|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.cdt.managedbuilder.core.OptionStringValue
public final class OptionStringValue
Constructor Summary | |
---|---|
OptionStringValue(org.eclipse.cdt.core.settings.model.ICStorageElement el)
|
|
OptionStringValue(IManagedConfigElement el)
|
|
OptionStringValue(OptionStringValue base)
|
|
OptionStringValue(java.lang.String value)
|
|
OptionStringValue(java.lang.String value,
boolean isBuiltIn)
|
|
OptionStringValue(java.lang.String value,
boolean isBuiltIn,
java.lang.String srcPath,
java.lang.String srcRootPath,
java.lang.String srcPrefixMapping)
source path settings are applicable for the IOption.LIBRARY_FILES only |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getSourceAttachmentPath()
source attachment settings are applicable for the IOption.LIBRARY_FILES only
added to fully support the ICLibraryFileEntry settings |
java.lang.String |
getSourceAttachmentPrefixMapping()
source attachment settings are applicable for the IOption.LIBRARY_FILES only
added to fully support the ICLibraryFileEntry settings |
java.lang.String |
getSourceAttachmentRootPath()
source attachment settings are applicable for the IOption.LIBRARY_FILES only
added to fully support the ICLibraryFileEntry settings |
java.lang.String |
getValue()
|
int |
hashCode()
|
boolean |
isBuiltIn()
|
void |
serialize(org.eclipse.cdt.core.settings.model.ICStorageElement el)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OptionStringValue(org.eclipse.cdt.core.settings.model.ICStorageElement el)
public OptionStringValue(IManagedConfigElement el)
public OptionStringValue(OptionStringValue base)
public OptionStringValue(java.lang.String value)
public OptionStringValue(java.lang.String value, boolean isBuiltIn)
public OptionStringValue(java.lang.String value, boolean isBuiltIn, java.lang.String srcPath, java.lang.String srcRootPath, java.lang.String srcPrefixMapping)
IOption.LIBRARY_FILES
only
value
- isBuiltIn
- srcPath
- srcRootPath
- srcPrefixMapping
- Method Detail |
---|
public void serialize(org.eclipse.cdt.core.settings.model.ICStorageElement el)
public boolean isBuiltIn()
public java.lang.String getValue()
public java.lang.String getSourceAttachmentPath()
IOption.LIBRARY_FILES
only
added to fully support the ICLibraryFileEntry
settings
ICLibraryFileEntry
,
ICLibraryFileEntry.getSourceAttachmentPath()
,
ICLibraryFileEntry.getSourceAttachmentRootPath()
,
ICLibraryFileEntry.getSourceAttachmentPrefixMapping()
public java.lang.String getSourceAttachmentRootPath()
IOption.LIBRARY_FILES
only
added to fully support the ICLibraryFileEntry
settings
ICLibraryFileEntry
,
ICLibraryFileEntry.getSourceAttachmentPath()
,
ICLibraryFileEntry.getSourceAttachmentRootPath()
,
ICLibraryFileEntry.getSourceAttachmentPrefixMapping()
public java.lang.String getSourceAttachmentPrefixMapping()
IOption.LIBRARY_FILES
only
added to fully support the ICLibraryFileEntry
settings
ICLibraryFileEntry
,
ICLibraryFileEntry.getSourceAttachmentPath()
,
ICLibraryFileEntry.getSourceAttachmentRootPath()
,
ICLibraryFileEntry.getSourceAttachmentPrefixMapping()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |