io.sarl.lang.compiler.batch
Class JavacBatchCompilerFactory
All Superinterfaces:
IJavaBatchCompilerFactory
class JavacBatchCompilerFactory
extends java.lang.Object
implements IJavaBatchCompilerFactory
A factory of the Oracle Java Compiler (javac).
Maven Group Identifier:
io.sarl.lang
Maven Artifact Identifier:
batchcompiler
Since:
0.12
Property Summary
Modifier and type Property and description
java.lang.Class<T> type
Constructor Summary
Constructor and description
new
Action Summary
Modifier and type Action and description
IJavaBatchCompiler createBatchCompiler
java.lang.Class<T> getType
Property Details
type
val type : java.lang.Class<T>

This property is an alias for the action: getType

Constructor Details
new
new
Action Details
createBatchCompiler
def createBatchCompiler : IJavaBatchCompiler
getType
def getType : java.lang.Class<T>