|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CompilerJob | |
org.openide.actions | There are a number of standard system actions available for use in the IDE. |
org.openide.compiler | Different compiler implementations may be plugged into the IDE to build files from source. |
org.openide.cookies | Cookies are a design pattern used to add behaviors to existing data object and nodes, or to separate implementation from the main object. |
org.openide.loaders | DataSystems are the logical layer between a filesystem and the regular functions of the IDE. |
Uses of CompilerJob in org.openide.actions |
Methods in org.openide.actions that return CompilerJob | |
static CompilerJob |
AbstractCompileAction.createJob(Enumeration en,
Compiler.Depth depth)
Create a job for compilation over a set of cookies. |
Uses of CompilerJob in org.openide.compiler |
Methods in org.openide.compiler with parameters of type CompilerJob | |
protected abstract CompilerTask |
CompilationEngine.start(CompilerJob job)
Start asynchronous compilation of a compiler job. |
protected static List |
CompilationEngine.createComputationLevels(CompilerJob job)
Analyze dependencies between sets of compilers. |
abstract void |
CompilerType.prepareJob(CompilerJob job,
Class type,
DataObject obj)
Prepare a data object for compilation. |
void |
ExternalCompilerType.prepareJob(CompilerJob job,
Class type,
DataObject obj)
Starts the compilation. |
Constructors in org.openide.compiler with parameters of type CompilerJob | |
Compiler(CompilerJob job)
Deprecated. use job.add (new Compiler ()); |
|
ExternalCompiler(CompilerJob job,
FileObject fo,
Object type,
NbProcessDescriptor nbDescriptor,
ExternalCompiler.ErrorExpression err)
Create an external compiler. |
Uses of CompilerJob in org.openide.cookies |
Methods in org.openide.cookies with parameters of type CompilerJob | |
void |
CompilerCookie.addToJob(CompilerJob job,
Compiler.Depth depth)
Allows the cookie to add its compiler(s) into a compiler job. |
Uses of CompilerJob in org.openide.loaders |
Methods in org.openide.loaders with parameters of type CompilerJob | |
void |
CompilerSupport.addToJob(CompilerJob job,
Compiler.Depth depth)
|
static void |
CompilerSupport.prepareJob(CompilerJob job,
Enumeration en,
Class type,
Compiler.Depth depth)
Utility method to handle compilation on given set of DataObject. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |