Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
All Classes
A
B
C
D
E
F
G
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
G
getAllConfigFiles()
- Method in class org.igfay.jfig.
JFig
Returns the list of all config files that have been processed.
getAllConfigFiles()
- Method in class org.igfay.jfig.
JFigParser
Returns the allConfigFiles.
getArrayValue(String, String)
- Method in class org.igfay.jfig.
JFig
Convenience method for getting values as array.
getArrayValue(String, String, String)
- Method in class org.igfay.jfig.
JFig
Convenience method for getting values as array with default value.
getArrayValue(String, String)
- Method in interface org.igfay.jfig.
JFigIF
convenience method for getting values as array The value is tokenized depending on the first token found in the following order: comma, semicolon, colon, space
getArrayValue(String, String, String)
- Method in interface org.igfay.jfig.
JFigIF
convenience method for getting values as array with default value
getBooleanValue(String, String, String)
- Method in class org.igfay.jfig.
JFig
Convenience method for getting values as boolean
getBooleanValue(String, String, String)
- Method in interface org.igfay.jfig.
JFigIF
convenience method for getting values as boolean
getBufferedReaderFromFile(File)
- Static method in class org.igfay.util.
FileUtility
Return the provided File as a BufferedReader
getBufferedReaderFromFile(String)
- Static method in class org.igfay.util.
FileUtility
Return the provided file name as a BufferedReader
getConfig()
- Method in class org.igfay.jfig.
JFigParser
getConfigDictionary()
- Method in class org.igfay.jfig.
JFig
return the ConfigurationDictionary Made public so we can access this from a jsp and show the configuration via html.
getConfigDictionary()
- Method in interface org.igfay.jfig.
JFigIF
return the ConfigurationDictionary Made public so we can access this from a jsp and show the configuration via html.
getConfigDictionary()
- Method in class org.igfay.jfig.
JFigParser
getConfigDirectory()
- Method in class org.igfay.jfig.
JFigLocator
Return the config directory.
getConfigFileName()
- Method in class org.igfay.jfig.
JFig
getConfigFileName()
- Method in class org.igfay.jfig.
JFigLocator
Return the config fileName.
getConfigFileName()
- Method in interface org.igfay.jfig.
JFigLocatorIF
Return the config fileName.
getConfigFileName()
- Method in class org.igfay.jfig.
JFigParser
getConfigListeners()
- Method in class org.igfay.jfig.
JFig
Lazily initialize and return listeners
getConfigLocation()
- Method in class org.igfay.jfig.
JFigLocator
Return the config location; file or classpath If user specified LOCATION_PROPERTY on the command line, use that.
getConfigLocation()
- Method in interface org.igfay.jfig.
JFigLocatorIF
getConfigLocator()
- Method in class org.igfay.jfig.
JFig
getDateFormat()
- Static method in class org.igfay.jfig.
JFigUtility
Returns the dateFormat.
getDefaultConfigFileName()
- Method in class org.igfay.jfig.
JFigLocator
Return a default config fileName.
getDefaultConfigFileName()
- Method in interface org.igfay.jfig.
JFigLocatorIF
Return a default config file name.
getDictionaryOfSectionDictionaries()
- Method in class org.igfay.jfig.
JFigDictionary
Return the DictionaryOfSectionDictionaries value
getElapsedTime()
- Method in class org.igfay.util.
Metric
Insert the method's description here.
getEndTime()
- Method in class org.igfay.util.
Metric
Insert the method's description here.
getEntriesStartingWith(String, String)
- Method in class org.igfay.jfig.
JFig
Return a map of all values starting with "key" in the scetcion.
getEntriesStartingWith(String, String)
- Method in interface org.igfay.jfig.
JFigIF
Return a map of all values starting with "key" in the scetcion.
getExceptionMessage(Exception, File)
- Static method in class org.igfay.util.
FileUtility
getFileSeparator()
- Static method in class org.igfay.util.
PropertyUtility
Gets the FileSeparator attribute of the Utility class
getFloatValue(String, String, String)
- Method in class org.igfay.jfig.
JFig
Convenience method for getting values as float
getFloatValue(String, String, String)
- Method in interface org.igfay.jfig.
JFigIF
getFloatValue() convenience method for getting values as float
getGroupName()
- Method in class org.igfay.util.
Metric
Insert the method's description here.
getHostName()
- Static method in class org.igfay.util.
PropertyUtility
getHtmlString()
- Method in class org.igfay.jfig.
JFigDictionary
Return the configuration dictionary as a string embedded with html.
getInputStream()
- Method in class org.igfay.jfig.
JFigLocator
Return the config file as an InputStream
getInputStream()
- Method in interface org.igfay.jfig.
JFigLocatorIF
getInputStreamForClasspath()
- Method in class org.igfay.jfig.
JFigLocator
Find the input stream in the classpath
getInputStreamForFile(InputStream)
- Method in class org.igfay.jfig.
JFigLocator
Find the input stream in the file system.
getInstance()
- Static method in class org.igfay.jfig.
JFig
Return the config singleton
getInstance(int)
- Static method in class org.igfay.jfig.
JFig
Deprecated.
- Use initialize
getInstance(int, JFigLocatorIF)
- Static method in class org.igfay.jfig.
JFig
Deprecated.
- Use initialize
getInstance(JFigLocatorIF)
- Static method in class org.igfay.jfig.
JFig
Return the config singleton passing a JFigLocator
getIntegerValue(String, String)
- Method in class org.igfay.jfig.
JFig
Convenience method for getting values as int
getIntegerValue(String, String, String)
- Method in class org.igfay.jfig.
JFig
Convenience method for getting values as int, with default value
getIntegerValue(String, String)
- Method in interface org.igfay.jfig.
JFigIF
convenience method for getting values as int
getIntegerValue(String, String, String)
- Method in interface org.igfay.jfig.
JFigIF
convenience method for getting values as int, with default value
getJFigLocator()
- Method in class org.igfay.jfig.
JFigParser
getListForGroup(String)
- Static method in class org.igfay.util.
Metric
Insert the method's description here.
getLogFileName()
- Static method in class org.igfay.util.
FileUtility
Return the name of the log file.
getMetricName()
- Method in class org.igfay.util.
Metric
Insert the method's description here.
getOSString()
- Static method in class org.igfay.util.
PropertyUtility
getParser()
- Method in class org.igfay.jfig.
JFig
Return the JFig parser
getPauseElapsedTime()
- Method in class org.igfay.util.
Metric
Insert the method's description here.
getPauseStartTime()
- Method in class org.igfay.util.
Metric
Insert the method's description here.
getProperty(String)
- Static method in class org.igfay.util.
PropertyUtility
getProperty() General utility to return the value of a given property.
getProperty(String, String)
- Static method in class org.igfay.util.
PropertyUtility
getProperty General utility to return the value of a given property.
getRegexGlobalSubstitution()
- Static method in class org.igfay.jfig.
JFigParser
getRegexPropertyVariable()
- Static method in class org.igfay.jfig.
JFigParser
getRegexSubstitution()
- Static method in class org.igfay.jfig.
JFigParser
getSection(String)
- Method in class org.igfay.jfig.
JFig
Return an entire section as a Map
getSection(String)
- Method in interface org.igfay.jfig.
JFigIF
Return an entire section
getSectionAsProperties(String)
- Method in class org.igfay.jfig.
JFig
Return a section as a Properties object
getSectionAsProperties(String, Properties)
- Method in class org.igfay.jfig.
JFig
Return a section populated in a supplied Properties object.
getSectionAsProperties(String)
- Method in interface org.igfay.jfig.
JFigIF
Return a section converted to a Properties object (but not system properties)
getSectionAsProperties(String, Properties)
- Method in interface org.igfay.jfig.
JFigIF
Return a section added to the supplied Properties object
getSectionDictionary(String)
- Method in class org.igfay.jfig.
JFigDictionary
Return a named section dictionary Does the same job as getSectionNamed but the section name must match with case sensitivity.
getSectionIterator()
- Method in class org.igfay.jfig.
JFigDictionary
Return the DictionaryOfSectionDictionaries value as an iterator
getSectionNamed(String)
- Method in class org.igfay.jfig.
JFigDictionary
getSectionNamed(String, boolean)
- Method in class org.igfay.jfig.
JFigDictionary
Return a named section dictionary Iterate through all the section dictionaries so we can check without case sensitivity.
getShortHostName()
- Static method in class org.igfay.util.
PropertyUtility
getStartTime()
- Method in class org.igfay.util.
Metric
Insert the method's description here.
getTestValue()
- Static method in class org.igfay.jfig.
JFigTester
getTokenForString(String)
- Static method in class org.igfay.jfig.
JFigUtility
Utility method for dynamically determine the token/separator for a string based on the content of the string Belongs in a general utility class.
getValue(String, String, String)
- Method in class org.igfay.jfig.
JFig
Return the value for this section and key.
getValue(String, String)
- Method in class org.igfay.jfig.
JFig
Call configParser to get the value for a key in a given section.
getValue(String, String)
- Method in class org.igfay.jfig.
JFigDictionary
Return the value for this section and key.
getValue(String, String, String)
- Method in class org.igfay.jfig.
JFigDictionary
Return the value for this section and key.
getValue(String, String, String)
- Method in interface org.igfay.jfig.
JFigIF
First look in given section.
getValue(String, String)
- Method in interface org.igfay.jfig.
JFigIF
Call configParser to get the value for a key in a given section.
getValuesStartingWith(String, String)
- Method in class org.igfay.jfig.
JFig
Return a list of all values starting with "key" in the section.
getValuesStartingWith(String, String)
- Method in interface org.igfay.jfig.
JFigIF
Return a list of all values starting with "key" in the scetcion.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
All Classes
A
B
C
D
E
F
G
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X