public class Bootstrap extends Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
ANSI |
static String |
API_VERSION |
static int |
DEBUG |
static Properties |
GIT_INFO |
static com.fasterxml.jackson.dataformat.javaprop.JavaPropsMapper |
JAVA_PROPS_MAPPER |
static com.fasterxml.jackson.databind.json.JsonMapper |
JSON_MAPPER |
static Path |
PATH |
static boolean |
shortTitle |
static long |
START_TIME |
static boolean |
TITLE |
static String |
VERSION |
static com.fasterxml.jackson.dataformat.yaml.YAMLMapper |
YAML_MAPPER |
| Constructor and Description |
|---|
Bootstrap() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.logging.log4j.Level |
getLogLevel() |
static void |
main(String[] args) |
static void |
setLogLevel(org.apache.logging.log4j.Level level) |
public static final Properties GIT_INFO
public static final String VERSION
public static final String API_VERSION
public static final Path PATH
public static final com.fasterxml.jackson.databind.json.JsonMapper JSON_MAPPER
public static final com.fasterxml.jackson.dataformat.yaml.YAMLMapper YAML_MAPPER
public static final com.fasterxml.jackson.dataformat.javaprop.JavaPropsMapper JAVA_PROPS_MAPPER
public static final long START_TIME
public static boolean ANSI
public static boolean TITLE
public static boolean shortTitle
public static int DEBUG
public static void main(String[] args)
public static org.apache.logging.log4j.Level getLogLevel()
public static void setLogLevel(org.apache.logging.log4j.Level level)
Copyright © 2020. All rights reserved.