Package thredds.server.config
Class ThreddsConfig
java.lang.Object
thredds.server.config.ThreddsConfig
Read and process the threddsConfig.xml file.
You can access the values by calling ThreddsConfig.getXXX(name1.name2), where
value
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Stringstatic BooleangetBoolean(String paramName) static booleangetBoolean(String paramName, boolean defValue) static longstatic intstatic longgetRootList(String elementName) static intgetSeconds(String paramName, int defValue) static booleanhasElement(String paramName) static void
-
Constructor Details
-
ThreddsConfig
public ThreddsConfig()
-
-
Method Details
-
init
-
get
-
hasElement
-
getBoolean
-
getBoolean
-
getBytes
-
getInt
-
getLong
-
getSeconds
-
getRootList
-