org.excel4j
Class INI

java.lang.Object
  extended by org.excel4j.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
 

Constructor Detail

INI

public INI()
Method Detail

getProperty

public static java.lang.String getProperty(java.lang.String key)
Gets a property from the INI file.

Parameters:
key. -
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.