public interface ICompilationContext
Modifier and Type | Method | Description |
---|---|---|
java.lang.ClassLoader |
getClassPath() |
Gets a class loader as class path abstraction for this compilation
|
java.lang.String |
getComponentName() |
Gets the name of the component to be compiled
|
java.io.File |
getOutputFolder() |
Gets the folder to put compile results and that may already contain compilation results from other compilers
|
IJavaComponent.Part |
getPart() |
IJavaComponent.Part of the component to compile |
java.io.File[] |
getSourceFolders() |
Gets the folder containing the source files
|
java.lang.String getComponentName()
java.io.File[] getSourceFolders()
java.io.File getOutputFolder()
java.lang.ClassLoader getClassPath()
IJavaComponent.Part getPart()
IJavaComponent.Part
of the component to compile