|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.runtime.PlatformObject
org.eclipse.cdt.internal.core.InternalCExtension
org.eclipse.cdt.core.AbstractCExtension
org.eclipse.cdt.core.resources.ScannerProvider
org.eclipse.cdt.make.core.scannerconfig.DiscoveredScannerInfoProvider
public class DiscoveredScannerInfoProvider
Provider of both user specified and discovered scanner info
Field Summary | |
---|---|
static java.lang.String |
INTERFACE_IDENTITY
Deprecated. |
Constructor Summary | |
---|---|
DiscoveredScannerInfoProvider()
Deprecated. |
Method Summary | |
---|---|
static DiscoveredScannerInfoProvider |
getDefault()
Deprecated. |
DiscoveredScannerInfo |
getDiscoveredScannerInfo(org.eclipse.core.resources.IProject project,
boolean cacheInfo)
Deprecated. |
org.eclipse.cdt.core.parser.IScannerInfo |
getScannerInformation(org.eclipse.core.resources.IResource resource)
Deprecated. The receiver will answer the current state of the build information for the resource specified in the argument. |
static void |
removeScannerInfo(org.eclipse.core.resources.IResource resource)
Deprecated. The build model manager for standard builds only caches the build information for a resource on a per-session basis. |
void |
subscribe(org.eclipse.core.resources.IResource resource,
IScannerInfoChangeListener listener)
Deprecated. The receiver will register the listener specified in the argument to receive change notifications when the information for the IResource it is responsible for changes. |
void |
unsubscribe(org.eclipse.core.resources.IResource resource,
IScannerInfoChangeListener listener)
Deprecated. The receiver will no longer notify the listener specified in the argument when information about the reource it is responsible for changes. |
Methods inherited from class org.eclipse.cdt.core.resources.ScannerProvider |
---|
elementChanged, getInstance |
Methods inherited from class org.eclipse.cdt.core.AbstractCExtension |
---|
getExtensionReference, getProject |
Methods inherited from class org.eclipse.core.runtime.PlatformObject |
---|
getAdapter |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String INTERFACE_IDENTITY
Constructor Detail |
---|
public DiscoveredScannerInfoProvider()
Method Detail |
---|
public static DiscoveredScannerInfoProvider getDefault()
public org.eclipse.cdt.core.parser.IScannerInfo getScannerInformation(org.eclipse.core.resources.IResource resource)
IScannerInfoProvider
getScannerInformation
in interface IScannerInfoProvider
getScannerInformation
in class ScannerProvider
public void subscribe(org.eclipse.core.resources.IResource resource, IScannerInfoChangeListener listener)
IScannerInfoProvider
IResource
it is responsible for changes.
subscribe
in interface IScannerInfoProvider
subscribe
in class ScannerProvider
public void unsubscribe(org.eclipse.core.resources.IResource resource, IScannerInfoChangeListener listener)
IScannerInfoProvider
unsubscribe
in interface IScannerInfoProvider
unsubscribe
in class ScannerProvider
public DiscoveredScannerInfo getDiscoveredScannerInfo(org.eclipse.core.resources.IProject project, boolean cacheInfo) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
public static void removeScannerInfo(org.eclipse.core.resources.IResource resource)
resource
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |