org.boris.winrun4j
Class INI
java.lang.Object
org.boris.winrun4j.INI
- public class INI
- extends java.lang.Object
Provides access to the INI file used to startup the app.
Constructor Summary |
INI()
|
Method Summary |
static java.util.Properties |
getProperties()
Get the set of properties as a map. |
static java.lang.String |
getProperty(java.lang.String key)
Gets a property from the INI file. |
static java.lang.String[] |
getPropertyKeys()
Gets the keys from the INI file. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MODULE_NAME
public static final java.lang.String MODULE_NAME
- See Also:
- Constant Field Values
MODULE_INI
public static final java.lang.String MODULE_INI
- See Also:
- Constant Field Values
MODULE_DIR
public static final java.lang.String MODULE_DIR
- See Also:
- Constant Field Values
INI_DIR
public static final java.lang.String INI_DIR
- See Also:
- Constant Field Values
WORKING_DIR
public static final java.lang.String WORKING_DIR
- See Also:
- Constant Field Values
MAIN_CLASS
public static final java.lang.String MAIN_CLASS
- See Also:
- Constant Field Values
INI
public INI()
getProperty
public static java.lang.String getProperty(java.lang.String key)
- Gets a property from the INI file.
- Returns:
- String.
getPropertyKeys
public static java.lang.String[] getPropertyKeys()
- Gets the keys from the INI file.
- Returns:
- String.
getProperties
public static java.util.Properties getProperties()
- Get the set of properties as a map.
- Returns:
- Map.