public class Options extends HashMap<String,Object>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier and Type | Field and Description |
---|---|
static String |
KEY_ADDITIONAL_CLASS_LOADER
The key for the additional class loader.
|
static String |
KEY_CLASS_LOADER
The key for the class loader.
|
static String |
KEY_CLASS_LOADER_WRITER
The key for the class loader writer.
|
static String |
KEY_FORCE_COMPILATION
The key to force the compilation - even if the class files are more recent.
|
static String |
KEY_GENERATE_DEBUG_INFO
The key for the generate debug info flag.
|
static String |
KEY_IGNORE_WARNINGS
The key to ignore warnings - if this option is turned on, the
resulting compilation result does not get the warnings issued
by the compiler.
|
static String |
KEY_SOURCE_VERSION
The key for the source version.
|
static String |
KEY_TARGET_VERSION
The key for the target version.
|
static String |
VERSION_1_1 |
static String |
VERSION_1_2 |
static String |
VERSION_1_3 |
static String |
VERSION_1_4 |
static String |
VERSION_1_5 |
static String |
VERSION_1_6 |
static String |
VERSION_1_7 |
static String |
VERSION_1_8 |
static String |
VERSION_RUNTIME |
Constructor and Description |
---|
Options()
Default options with the following presets:
- generate debug info : true
|
Options(Options options)
Create a new options object based on an existing one.
|
Modifier and Type | Method and Description |
---|---|
String |
getSourceVersion() |
String |
getTargetVersion() |
boolean |
isGenerateDebugInfo() |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
equals, hashCode, toString
public static final String KEY_SOURCE_VERSION
public static final String KEY_TARGET_VERSION
public static final String KEY_GENERATE_DEBUG_INFO
public static final String VERSION_RUNTIME
public static final String VERSION_1_1
public static final String VERSION_1_2
public static final String VERSION_1_3
public static final String VERSION_1_4
public static final String VERSION_1_5
public static final String VERSION_1_6
public static final String VERSION_1_7
public static final String VERSION_1_8
public static final String KEY_CLASS_LOADER_WRITER
public static final String KEY_CLASS_LOADER
KEY_ADDITIONAL_CLASS_LOADER
completly!public static final String KEY_ADDITIONAL_CLASS_LOADER
KEY_CLASS_LOADER
property is not defined, a classloader with the dynamic
class loader (default) and the class loader specified here
is used.public static final String KEY_FORCE_COMPILATION
public static final String KEY_IGNORE_WARNINGS
public Options()
public Options(Options options)
Copyright © 2017 The Apache Software Foundation. All rights reserved.