Package | Description |
---|---|
org.netbeans.api.java.source |
Permits inspection and modification of the structure of Java sources.
|
org.netbeans.api.java.source.support |
Modifier and Type | Method and Description |
---|---|
static JavaSource.Priority |
JavaSource.Priority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JavaSource.Priority[] |
JavaSource.Priority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
JavaSourceTaskFactory(JavaSource.Phase phase,
JavaSource.Priority priority)
Construct the JavaSourceTaskFactory with given
JavaSource.Phase and JavaSource.Priority . |
Built on March 18 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.