Package org.aion4j.avm.helper.util
Class ConfigUtil
- java.lang.Object
-
- org.aion4j.avm.helper.util.ConfigUtil
-
public class ConfigUtil extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringENABLE_VERBOSE_CONCURRENT_EXECUTORstatic StringENABLE_VERBOSE_CONTRACT_ERRORSstatic StringPRESERVE_DEBUGGABILITY
-
Constructor Summary
Constructors Constructor Description ConfigUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleangetAvmConfigurationBooleanProps(String name, boolean defaultValue)static StringgetProperty(String name)
-
-
-
Field Detail
-
ENABLE_VERBOSE_CONCURRENT_EXECUTOR
public static final String ENABLE_VERBOSE_CONCURRENT_EXECUTOR
- See Also:
- Constant Field Values
-
ENABLE_VERBOSE_CONTRACT_ERRORS
public static final String ENABLE_VERBOSE_CONTRACT_ERRORS
- See Also:
- Constant Field Values
-
PRESERVE_DEBUGGABILITY
public static final String PRESERVE_DEBUGGABILITY
- See Also:
- Constant Field Values
-
-