Package | Description |
---|---|
org.netbeans.api.java.source |
Permits inspection and modification of the structure of Java sources.
|
Modifier and Type | Method and Description |
---|---|
static CompilationInfo.CacheClearPolicy |
CompilationInfo.CacheClearPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompilationInfo.CacheClearPolicy[] |
CompilationInfo.CacheClearPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CompilationInfo.putCachedValue(Object key,
Object value,
CompilationInfo.CacheClearPolicy clearPolicy)
Put a value into a cache under the given key.
|