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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Set<ClassPath.Flag> |
ClassPath.getFlags()
Returns the
ClassPath 's flags. |
Modifier and Type | Method and Description |
---|---|
Set<ClassPath.Flag> |
FlaggedClassPathImplementation.getFlags()
Returns the
ClassPath 's flags. |
Built on June 4 2024. | Copyright © 2017-2024 Apache Software Foundation. All Rights Reserved.