org.igfay.jfig |
|
Java Source File Name | Type | Comment |
IniJFigParser.java | Class | author: conrad4 author: IniConfigParser is intended to process configuration files in INI format. |
JFig.java | Class | The JFig package provides very simple, flexible and powerful
functionality for managing one or more configurations in a java environment.
It allows for a combination of a hierarchy of configuration files,
substitution variables and property variables. |
JFigConstants.java | Class | |
JFigConverter.java | Class | |
JFigDictionary.java | Class | JFigDictionary contains the configuration entries. |
JFigEvent.java | Class | ConfigEvent is used to notify ConfigListeners of a change in the
configuration. |
JFigException.java | Class | Insert the type's description here. |
JFigIF.java | Interface | Interface for JFig
The JFig package provides very simple, flexible and powerful
functionality for managing one or more configurations in a java environment.
It allows for a combination of a hierarchy of configuration files,
substitution variables and property variables. |
JFigListener.java | Interface | |
JFigLocator.java | Class | author: conrad4 author: Locate the intial Configuration file. |
JFigLocatorIF.java | Interface | author: conrad4 author: Locate the intial Configuration file. author: Users may write their own implementation of JFigLocatorIF with author: their own scheme of finding the initial configuration file. author: Best method may be to subclass the JFig implementation. author: Then, initialize JFig via: getInstance(JFigLocatorIF), passing your implementation. |
JFigParser.java | Class | Abstract class to parse a configuration file. |
JFigTester.java | Class | |
JFigUtility.java | Class | author: conrad4 author: Utility class with a few methods used by the Config objects. |
XMLJFigParser.java | Class | |
XMLParseException.java | Class | |