public interface ICompilationContext
ICompiler#
Modifier and Type | Method and 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 |
getRuntimeResources()
Get the runtime resources folder for the Java component currently
under construction.
|
java.io.File[] |
getSourceFolders()
Gets the folder containing the source files
|
java.lang.String getComponentName()
java.io.File getRuntimeResources()
java.io.File[] getSourceFolders()
java.io.File getOutputFolder()
java.lang.ClassLoader getClassPath()
IJavaComponent.Part getPart()
IJavaComponent.Part
of the component to compile