fsmvis.utils
Class PropertiesHandler
java.lang.Object
|
+--fsmvis.utils.PropertiesHandler
- public class PropertiesHandler
- extends java.lang.Object
Field Summary |
protected java.lang.String |
DEFAULT_EXT
|
protected java.util.Properties |
prop
|
Method Summary |
java.util.Properties |
getProperties()
returns the properties object generated by this class |
java.lang.String |
getProperty(java.lang.String key)
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
prop
protected java.util.Properties prop
DEFAULT_EXT
protected final java.lang.String DEFAULT_EXT
PropertiesHandler
public PropertiesHandler(java.lang.Object o)
throws NoPropertiesException
PropertiesHandler
public PropertiesHandler(java.lang.Object o,
java.lang.String name)
throws NoPropertiesException
- Parameters:
o
- name
-
PropertiesHandler
public PropertiesHandler(java.lang.String name)
throws NoPropertiesException
- constructor:
- Parameters:
name
-
getProperties
public java.util.Properties getProperties()
- returns the properties object generated by this class
- Returns:
- The properties object
getProperty
public java.lang.String getProperty(java.lang.String key)
- Parameters:
key
- - Returns:
-