public class LegacyLibraryDefinition extends LibraryElement
| Constructor and Description |
|---|
LegacyLibraryDefinition() |
| Modifier and Type | Method and Description |
|---|---|
URLPath |
getClassPath() |
URLPath |
getDocPath() |
VersionNumber |
getJDKVersion() |
URLPath |
getSourcePath() |
boolean |
isLocked() |
void |
setClassPath(URLPath path) |
void |
setDocPath(URLPath path) |
void |
setJDKVersion(VersionNumber jdkVersion) |
void |
setLocked(boolean locked) |
void |
setSourcePath(URLPath path) |
isDirty, markDirtygetAttributes, getChildren, getData, mayHaveChildrengetIcon, getLongLabel, getShortLabel, getToolTipText, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAttributedLabel, getIcon, getLongLabel, getShortLabel, getToolTipText, toStringpublic VersionNumber getJDKVersion()
public void setJDKVersion(VersionNumber jdkVersion)
public URLPath getClassPath()
public void setClassPath(URLPath path)
public URLPath getSourcePath()
public void setSourcePath(URLPath path)
public URLPath getDocPath()
public void setDocPath(URLPath path)
public boolean isLocked()
public void setLocked(boolean locked)