Package | Description |
---|---|
org.netbeans.api.java.classpath |
Representation of Java classpaths, and the ability to find the classpath needed
for a particular purpose.
|
Modifier and Type | Method and Description |
---|---|
static ClassPath.Flag |
ClassPath.Flag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClassPath.Flag[] |
ClassPath.Flag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|