Modifier and type | Action and description |
---|---|
static java.lang.Class<T> | getDefaultJavaBatchCompilerImplementationType Replies the type of the default Java batch compiler. |
static boolean | isModuleFolder(File) Replies if the given folder contains the definition of a module. |
static IJavaBatchCompiler | newDefaultJavaBatchCompiler Create a default Java batch compiler, without injection. |
static org.eclipse.xtext.util.JavaVersion | parseJavaVersion(String) Parse a Java version. |
new
def getDefaultJavaBatchCompilerImplementationType : java.lang.Class<T>
def isModuleFolder(File) : boolean
module-info.java
.
def newDefaultJavaBatchCompiler : IJavaBatchCompiler
def parseJavaVersion(String) : org.eclipse.xtext.util.JavaVersion