|
||||||||||
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 | +--jason.core.CustomProperties
Extension for the Properties object to have more practical access to specific type
Properties
,
ServiceConfig
,
Serialized FormField Summary |
Fields inherited from class java.util.Properties |
defaults |
Constructor Summary | |
CustomProperties()
|
Method Summary | |
boolean |
getBooleanProperty(java.lang.String key)
|
int |
getIntProperty(java.lang.String key)
|
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 |
Methods inherited from interface jason.core.ActionConfig |
getProperty, getProperty |
Constructor Detail |
public CustomProperties()
Method Detail |
public int getIntProperty(java.lang.String key)
getIntProperty
in interface ActionConfig
public boolean getBooleanProperty(java.lang.String key)
getBooleanProperty
in interface ActionConfig
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |