Package | Description |
---|---|
javax.ide.extension |
Classes and interfaces used by extensions to extend
an IDE with new functionality.
|
javax.ide.model |
The interfaces and classes implementing an IDE's data model.
|
javax.ide.net |
Virtual file system.
|
Modifier and Type | Method and Description |
---|---|
URIPath |
Extension.getClassPath()
Returns the class path of this extension.
|
Modifier and Type | Method and Description |
---|---|
URIPath |
Project.getClassPath()
Get the class path.
|
URIPath |
Project.getSourcePath()
Get the source path.
|
Modifier and Type | Method and Description |
---|---|
void |
Project.addClassPath(URIPath path) |
Modifier and Type | Method and Description |
---|---|
void |
URIPath.add(URIPath uriPath)
Adds the entries from the specified
URIPath to this
instance. |
protected boolean |
URIPath.equalsImpl(URIPath uriPath)
This is a helper method for
equals(Object) that can
also be used by subclasses that implement equals(Object) . |
Constructor and Description |
---|
URIPath(URIPath uriPath)
Copy constructor.
|