org.eclipse.cdt.make.internal.core.scannerconfig2
Class ScannerConfigProfile
java.lang.Object
org.eclipse.cdt.make.internal.core.scannerconfig2.ScannerConfigProfile
public class ScannerConfigProfile
- extends java.lang.Object
SCD Profile extension point object model
- Author:
- vhirsl
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScannerConfigProfile
public ScannerConfigProfile(java.lang.String profileId)
- Parameters:
profileId
-
getId
public java.lang.String getId()
- Returns:
- Returns the id.
getSIProviderIds
public java.util.List getSIProviderIds()
- Returns:
- Returns the list of providerIds
getBuildOutputProviderElement
public ScannerConfigProfile.BuildOutputProvider getBuildOutputProviderElement()
- Returns:
- Returns the buildOutputProvider.
getScannerInfoCollectorElement
public ScannerConfigProfile.ScannerInfoCollector getScannerInfoCollectorElement()
- Returns:
- Returns the scannerInfoCollector.
getProfileScope
public ScannerConfigScope getProfileScope()
getScannerInfoProviderElement
public ScannerConfigProfile.ScannerInfoProvider getScannerInfoProviderElement(java.lang.String providerId)
- Returns:
- Returns the scannerInfoProviders.
supportsContext
public boolean supportsContext()