|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Thread | +--org.pricingnexus.tools.IniReader
Field Summary | |
static int |
NOT_IN_LIST
This values is returned if a value is requested but not found |
Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
IniReader()
|
Method Summary | |
static java.lang.String |
getValue(java.lang.String theKey)
Calling this method someone can get the value(s) for a key in the INI file. |
static int |
getValueAsInt(java.lang.String theKey)
This method returns a value as int number. |
static boolean |
initializationStatus()
Method can be questioned to retreive TRUE or FALSE depending if INI file retreiving was successfull |
static int |
ReadFile(java.lang.String iniFileName)
Public interface to commit read of the INI file. |
Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, run, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int NOT_IN_LIST
Constructor Detail |
public IniReader()
Method Detail |
public static boolean initializationStatus()
public static int ReadFile(java.lang.String iniFileName)
public static java.lang.String getValue(java.lang.String theKey)
public static int getValueAsInt(java.lang.String theKey)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |