Class ServerProperties
java.lang.Object
server.ServerProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetPath()static Stringstatic booleangetProperty(String s, boolean def) static bytegetProperty(String s, byte def) static intgetProperty(String s, int def) static longgetProperty(String s, long def) static shortgetProperty(String s, short def) static StringgetProperty(String s, String def) static voidstatic voidstatic voidremoveProperty(String prop) static voidsetProperty(String prop, boolean newInf) static voidsetProperty(String prop, byte newInf) static voidsetProperty(String prop, int newInf) static voidsetProperty(String prop, long newInf) static voidsetProperty(String prop, short newInf) static voidsetProperty(String prop, String newInf)
-
Constructor Details
-
ServerProperties
public ServerProperties()
-
-
Method Details
-
getPath
-
loadProperties
public static void loadProperties() -
loadProperties
-
setProperty
-
setProperty
-
setProperty
-
setProperty
-
setProperty
-
setProperty
-
removeProperty
-
getProperty
-
getProperty
-
getProperty
-
getProperty
-
getProperty
-
getProperty
-
getProperty
-