public class BuildHelper
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
static java.io.FileFilter |
ALL_BUT_HIDDEN |
|
static java.io.FileFilter |
ALL_FILES |
|
static java.io.FileFilter |
ALL_NON_JAVA_FILES |
Constructor | Description |
---|---|
BuildHelper() |
Modifier and Type | Method | Description |
---|---|---|
static void |
compileAndJar(java.lang.String cname,
java.io.File[] srcs,
java.io.File gen,
java.io.File jar,
java.lang.ClassLoader cl,
ICompiler compiler,
IJavaComponent.Part part) |
|
static void |
delete(java.io.File g) |
|
static LangLevel |
determineLanguageLevel() |
The current language level is taken from a system property or by inspecting the runtime.
|
public static java.io.FileFilter ALL_NON_JAVA_FILES
public static java.io.FileFilter ALL_FILES
public static java.io.FileFilter ALL_BUT_HIDDEN
public static void delete(java.io.File g)
public static void compileAndJar(java.lang.String cname, java.io.File[] srcs, java.io.File gen, java.io.File jar, java.lang.ClassLoader cl, ICompiler compiler, IJavaComponent.Part part)
public static LangLevel determineLanguageLevel()