Package | Description |
---|---|
org.netbeans.api.java.source |
Permits inspection and modification of the structure of Java sources.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CancellableTask<P>
Cancellable runnable which takes parameter of given type.
|
Modifier and Type | Method and Description |
---|---|
ModificationResult |
JavaSource.runModificationTask(Task<WorkingCopy> task)
Runs a task which permits for modifying the sources.
|
void |
JavaSource.runUserActionTask(Task<CompilationController> task,
boolean shared)
Runs a task which permits for controlling phases of the parsing process.
|
Future<Void> |
JavaSource.runWhenScanFinished(Task<CompilationController> task,
boolean shared)
Performs the given task when the scan finished.
|
Built on March 18 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.