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, markDirty
getAttributes, getChildren, getData, mayHaveChildren
getIcon, getLongLabel, getShortLabel, getToolTipText, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getIcon, getLongLabel, getShortLabel, getToolTipText, toString
public 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)