Modifier and type | Property and description |
---|---|
java.lang.String | name Replies the name of the Java compiler. |
Modifier and type | Action and description |
---|---|
abstract CompilerStatus | compile(File,Iterable<T>,Iterable<T>,Iterable<T>,String,String,boolean,OptimizationLevel,PrintWriter,PrintWriter,Logger,IProgressMonitor) Run the Java compiler. |
abstract java.lang.String | getName Replies the name of the Java compiler. |
val name : java.lang.String
This property is an alias for the action: getName
def compile(File,Iterable<T>,Iterable<T>,Iterable<T>,String,String,boolean,OptimizationLevel,PrintWriter,PrintWriter,Logger,IProgressMonitor) : CompilerStatus
def getName : java.lang.String