public class ThreddsConfig extends Object
value
| Constructor and Description |
|---|
ThreddsConfig(File threddsConfigXml) |
| Modifier and Type | Method and Description |
|---|---|
String |
get(String paramName,
String defValue) |
boolean |
getBoolean(String paramName,
boolean defValue) |
long |
getBytes(String paramName,
long defValue) |
int |
getInt(String paramName,
int defValue) |
int |
getSeconds(String paramName,
int defValue) |
boolean |
hasElement(String paramName) |
public ThreddsConfig(File threddsConfigXml)
public boolean hasElement(String paramName)
public boolean getBoolean(String paramName, boolean defValue)
public long getBytes(String paramName, long defValue)
public int getInt(String paramName, int defValue)
public int getSeconds(String paramName, int defValue)
Copyright © 1999-2013 UCAR/Unidata. All Rights Reserved.