Class 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 Detail

      • ThreddsConfig

        public ThreddsConfig()
    • Method Detail

      • init

        public static void init​(String filename)
      • 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)