org.igfay.jfig
Class IniJFigParser

java.lang.Object
  extended byorg.igfay.jfig.JFigParser
      extended byorg.igfay.jfig.IniJFigParser

public class IniJFigParser
extends JFigParser

Author:
conrad4 IniConfigParser is intended to process configuration files in INI format. It is a concrete implementation of ConfigParser (except that it's not implemented). If there is a need to use this class, it would not take long to convert a previous version to run with the jakarta regular expression package.

Constructor Summary
IniJFigParser(JFig config, JFigLocatorIF jfigLocator)
          Constructor for IniConfigParser.
 
Method Summary
protected  boolean processConfig()
          processConfig
 
Methods inherited from class org.igfay.jfig.JFigParser
addPropertyValues, getAllConfigFiles, getConfig, getConfigDictionary, getConfigFileName, getJFigLocator, getRegexGlobalSubstitution, getRegexPropertyVariable, getRegexSubstitution, resolveSymbolicValues, setConfig, setJFigLocator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IniJFigParser

public IniJFigParser(JFig config,
                     JFigLocatorIF jfigLocator)
Constructor for IniConfigParser.

Method Detail

processConfig

protected boolean processConfig()
                         throws JFigException
Description copied from class: JFigParser
processConfig

Specified by:
processConfig in class JFigParser
Returns:
Description of the Returned Value
Throws:
JFigException - Description of Exception
See Also:
gov.llnl.ais.util.config.ConfigParser#processConfig()