COMPILER_ID, TYPE
Constructor | Description |
---|---|
AllCompiler() |
Modifier and Type | Method | Description |
---|---|---|
<T> T |
as(java.lang.Class<T> clz) |
Retrieve a typed representation of the resource.
|
boolean |
compile(ICompilationContext compilationContext) |
A general purpose compiler api using a class loader as class path abstraction.
|
void |
init(ICompilerContext context) |
Compiler initialization
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
handle, init, init, invalidate
public <T> T as(java.lang.Class<T> clz)
com.zfabrik.resources.provider.Resource
public void init(ICompilerContext context)
com.zfabrik.components.java.build.ICompiler
public boolean compile(ICompilationContext compilationContext)
com.zfabrik.components.java.build.ICompiler
false
.
This method to be implemented for part specific handling. It defaults to invocation of ICompiler.compile(String, File[], File, ClassLoader)
.