|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.excel4j.INI
public class INI
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 |
| Constructor Detail |
|---|
public INI()
| Method Detail |
|---|
public static java.lang.String getProperty(java.lang.String key)
key. -
public static java.lang.String[] getPropertyKeys()
public static java.util.Properties getProperties()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||