Package | Description |
---|---|
org.netbeans.api.java.classpath |
Representation of Java classpaths, and the ability to find the classpath needed
for a particular purpose.
|
org.netbeans.spi.java.classpath |
SPI permitting new classpaths to be constructed and registered.
|
org.netbeans.spi.java.classpath.support |
Convenience classes to make it easier to create classpaths.
|
Class and Description |
---|
ClassPath
ClassPath objects should be used to access contents of the ClassPath, searching
for resources, objects reachable using the ClassPath at runtime.
|
ClassPath.Flag
ClassPath's flags.
|
ClassPath.PathConversionMode
Policy for handling path items which cannot be converted into the desired format.
|
ClassPath.PathEmbeddingMode
Policy for handling in archive path.
|
GlobalPathRegistry
Maintains a global registry of "interesting" classpaths of various kinds.
|
GlobalPathRegistryEvent
Event object giving details of a change in the path registry.
|
GlobalPathRegistryListener
Event listener interface for being notified of changes in the set of
available paths.
|
Class and Description |
---|
ClassPath
ClassPath objects should be used to access contents of the ClassPath, searching
for resources, objects reachable using the ClassPath at runtime.
|
Class and Description |
---|
ClassPath
ClassPath objects should be used to access contents of the ClassPath, searching
for resources, objects reachable using the ClassPath at runtime.
|