Class ServerProperties

java.lang.Object
server.ServerProperties

public class ServerProperties extends Object
  • Constructor Details

    • ServerProperties

      public ServerProperties()
  • Method Details

    • getPath

      public static String getPath()
    • loadProperties

      public static void loadProperties()
    • loadProperties

      public static void loadProperties(String s)
    • setProperty

      public static void setProperty(String prop, String newInf)
    • setProperty

      public static void setProperty(String prop, boolean newInf)
    • setProperty

      public static void setProperty(String prop, byte newInf)
    • setProperty

      public static void setProperty(String prop, short newInf)
    • setProperty

      public static void setProperty(String prop, int newInf)
    • setProperty

      public static void setProperty(String prop, long newInf)
    • removeProperty

      public static void removeProperty(String prop)
    • getProperty

      public static String getProperty(String s)
    • getProperty

      public static String getProperty(String s, String def)
    • getProperty

      public static boolean getProperty(String s, boolean def)
    • getProperty

      public static byte getProperty(String s, byte def)
    • getProperty

      public static short getProperty(String s, short def)
    • getProperty

      public static int getProperty(String s, int def)
    • getProperty

      public static long getProperty(String s, long def)