|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Compilable | |
| org.openide.compiler | Different compiler implementations may be plugged into the IDE to build files from source. |
| Uses of Compilable in org.openide.compiler |
| Classes in org.openide.compiler that implement Compilable | |
class |
Compiler
Implementable object representing one task of compilation. |
class |
CompilerJob
A compiler job consists of more Compilers with dependencies
between each other. |
class |
ExternalCompiler
Compiles (probably Java) sources via an external compiler process. |
| Methods in org.openide.compiler that return Compilable | |
Compilable[] |
DependencyException.getCompilables()
Getter for list of compilables that form the cycle. |
| Methods in org.openide.compiler with parameters of type Compilable | |
void |
CompilerJob.dependsOn(Compilable c)
Adds a dependency. |
void |
Compiler.dependsOn(Compilable compilable)
Add dependency on a compilable object. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||