public final class ThreddsConfig extends Object
value
| Constructor and Description |
|---|
ThreddsConfig() |
| Modifier and Type | Method and Description |
|---|---|
static String |
get(String paramName,
String defValue) |
static boolean |
getBoolean(String paramName,
boolean defValue) |
static long |
getBytes(String paramName,
long defValue) |
static List<String> |
getContentRootList() |
static int |
getInt(String paramName,
int defValue) |
static int |
getSeconds(String paramName,
int defValue) |
static boolean |
hasElement(String paramName) |
static void |
init(String filename) |
public static void init(String filename)
public static boolean hasElement(String paramName)
public static boolean getBoolean(String paramName, boolean defValue)
public static long getBytes(String paramName, long defValue)
public static int getInt(String paramName, int defValue)
public static int getSeconds(String paramName, int defValue)
Copyright © 1999-2013 UCAR/Unidata. All Rights Reserved.