Class ThreddsConfig

java.lang.Object
thredds.server.config.ThreddsConfig

public final class ThreddsConfig extends Object
Read and process the threddsConfig.xml file. You can access the values by calling ThreddsConfig.getXXX(name1.name2), where
  
   value
  
 
  • Constructor Details

    • ThreddsConfig

      public ThreddsConfig()
  • Method Details

    • init

      public static void init(String filename)
    • get

      public static String get(String paramName, String defValue)
    • hasElement

      public static boolean hasElement(String paramName)
    • getBoolean

      public static boolean getBoolean(String paramName, boolean defValue)
    • getBoolean

      public static Boolean getBoolean(String paramName)
    • getBytes

      public static long getBytes(String paramName, long defValue)
    • getInt

      public static int getInt(String paramName, int defValue)
    • getLong

      public static long getLong(String paramName, long defValue)
    • getSeconds

      public static int getSeconds(String paramName, int defValue)
    • getRootList

      public static List<String> getRootList(String elementName)