Constant Field Values
Contents
org.burningwave.*
-
org.burningwave.core.LoggingLevel Modifier and Type Constant Field Value public static final int
ALL_LEVEL_DISABLED
0
public static final int
ALL_LEVEL_ENABLED
31
public static final int
DEBUG_ENABLED
2
public static final int
ERROR_ENABLED
16
public static final int
INFO_ENABLED
4
public static final int
TRACE_ENABLED
1
public static final int
WARN_ENABLED
8
-
org.burningwave.core.ManagedLogger.Repository Modifier and Type Constant Field Value public static final String
ALL_LEVEL_LOGGING_DISABLED_FOR_CONFIG_KEY
"managed-logger.repository.logging.all-level.disabled-for"
public static final String
DEBUG_LOGGING_DISABLED_FOR_CONFIG_KEY
"managed-logger.repository.logging.debug.disabled-for"
public static final String
ENABLED_FLAG_CONFIG_KEY
"managed-logger.repository.enabled"
public static final String
ERROR_LOGGING_DISABLED_FOR_CONFIG_KEY
"managed-logger.repository.logging.error.disabled-for"
public static final String
INFO_LOGGING_DISABLED_FOR_CONFIG_KEY
"managed-logger.repository.logging.info.disabled-for"
public static final String
TRACE_LOGGING_DISABLED_FOR_CONFIG_KEY
"managed-logger.repository.logging.trace.disabled-for"
public static final String
TYPE_CONFIG_KEY
"managed-logger.repository"
public static final String
WARN_LOGGING_DISABLED_FOR_CONFIG_KEY
"managed-logger.repository.logging.warn.disabled-for"
-
org.burningwave.core.classes.ClassFactory Modifier and Type Constant Field Value public static final String
BYTE_CODE_HUNTER_SEARCH_CONFIG_CHECK_FILE_OPTIONS_CONFIG_KEY
"class-factory.byte-code-hunter.search-config.check-file-options"
public static final String
CLASS_REPOSITORIES_FOR_DEFAULT_CLASSLOADER_CONFIG_KEY
"class-factory.default-class-loader.class-repositories"
public static final String
CLASS_REPOSITORIES_FOR_JAVA_MEMORY_COMPILER_CONFIG_KEY
"class-factory.java-memory-compiler.class-repositories"
public static final String
DEFAULT_CLASS_LOADER_CONFIG_KEY
"class-factory.default-class-loader"
-
org.burningwave.core.classes.ClassHunter Modifier and Type Constant Field Value public static final String
PARENT_CLASS_LOADER_FOR_PATH_SCANNER_CLASS_LOADER_CONFIG_KEY
"class-hunter.path-scanner-class-loader.parent"
public static final String
PATH_SCANNER_CLASS_LOADER_BYTE_CODE_HUNTER_SEARCH_CONFIG_CHECK_FILE_OPTIONS_CONFIG_KEY
"class-hunter.path-scanner-class-loader.byte-code-hunter.search-config.check-file-options"
-
org.burningwave.core.classes.CodeExecutor Modifier and Type Constant Field Value public static final String
PROPERTIES_FILE_CODE_EXECUTOR_IMPORTS_KEY_SUFFIX
".imports"
-
org.burningwave.core.classes.JavaMemoryCompiler Modifier and Type Constant Field Value public static final String
CLASS_PATH_HUNTER_SEARCH_CONFIG_CHECK_FILE_OPTIONS_CONFIG_KEY
"java-memory-compiler.class-path-hunter.search-config.check-file-options"
-
org.burningwave.core.io.IterableZipContainer Modifier and Type Constant Field Value public static final String
ZIP_PATH_SEPARATOR
"//"
-
org.burningwave.core.reflection.PropertyAccessor Modifier and Type Constant Field Value public static final String
REG_EXP_FOR_INDEXES_OF_JAVA_INDEXED_PROPERTIES
"\\[([a-zA-Z0-9]*)\\]"
public static final String
REG_EXP_FOR_JAVA_PROPERTIES
"([a-zA-Z\\$\\_\\-0-9]*)(\\[*.*)"