|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.Dictionary | +--java.util.Hashtable | +--java.util.Properties | +--gecco.util.CommandLineProperties
Description of the Class
Field Summary |
Fields inherited from class java.util.Properties |
defaults |
Constructor Summary | |
CommandLineProperties()
Constructor for the CommandLineProperties object |
|
CommandLineProperties(String[] args)
Constructor for the CommandLineProperties object |
Method Summary | |
boolean |
getBooleanProperty(String key)
Gets the BooleanProperty attribute of the CommandLineProperties object |
double |
getDoubleProperty(String key,
double defaultVal)
Gets the DoubleProperty attribute of the CommandLineProperties object |
int |
getIntProperty(String key,
int defaultVal)
Gets the IntProperty attribute of the CommandLineProperties object |
String |
getStringProperty(String key,
String defaultVal)
Gets the StringProperty attribute of the CommandLineProperties object |
void |
loadCommandLine(String[] args)
Description of the Method |
Methods inherited from class java.util.Properties |
getProperty, getProperty, list, list, load, propertyNames, save, setProperty, store |
Methods inherited from class java.util.Hashtable |
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CommandLineProperties()
public CommandLineProperties(String[] args)
args
- Description of ParameterMethod Detail |
public double getDoubleProperty(String key, double defaultVal)
key
- Description of ParameterdefaultVal
- Description of Parameter
public int getIntProperty(String key, int defaultVal)
key
- Description of ParameterdefaultVal
- Description of Parameter
public String getStringProperty(String key, String defaultVal)
key
- Description of ParameterdefaultVal
- Description of Parameter
public boolean getBooleanProperty(String key)
key
- Description of Parameter
public void loadCommandLine(String[] args)
args
- Description of Parameter
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |