Package org.cloudburstmc.server
Class Bootstrap
java.lang.Object
org.cloudburstmc.server.Bootstrap
The entry point of Cloudburst CloudServer.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic booleanstatic Stringstatic intstatic Propertiesstatic com.fasterxml.jackson.dataformat.javaprop.JavaPropsMapperstatic com.fasterxml.jackson.databind.json.JsonMapperstatic com.fasterxml.jackson.dataformat.yaml.YAMLMapperstatic Pathstatic booleanstatic longstatic booleanstatic Stringstatic com.fasterxml.jackson.dataformat.yaml.YAMLMapper -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.logging.log4j.Levelstatic voidstatic voidsetLogLevel(org.apache.logging.log4j.Level level)
-
Field Details
-
GIT_INFO
-
VERSION
-
API_VERSION
- See Also:
- Constant Field Values
-
PATH
-
JSON_MAPPER
public static final com.fasterxml.jackson.databind.json.JsonMapper JSON_MAPPER -
YAML_MAPPER
public static final com.fasterxml.jackson.dataformat.yaml.YAMLMapper YAML_MAPPER -
KEBAB_CASE_YAML_MAPPER
public static final com.fasterxml.jackson.dataformat.yaml.YAMLMapper KEBAB_CASE_YAML_MAPPER -
JAVA_PROPS_MAPPER
public static final com.fasterxml.jackson.dataformat.javaprop.JavaPropsMapper JAVA_PROPS_MAPPER -
START_TIME
public static final long START_TIME -
ANSI
public static boolean ANSI -
TITLE
public static boolean TITLE -
shortTitle
public static boolean shortTitle -
DEBUG
public static int DEBUG
-
-
Constructor Details
-
Bootstrap
public Bootstrap()
-
-
Method Details
-
main
-
getLogLevel
public static org.apache.logging.log4j.Level getLogLevel() -
setLogLevel
public static void setLogLevel(org.apache.logging.log4j.Level level)
-