org.jgap.data.config
Interface IConfigInfo
- All Known Implementing Classes:
- ConfigFrame
public interface IConfigInfo
Interface a ConfigWriter uses to get the information from a ConfigFrame.
- Since:
- 2.3
|
Field Summary |
static java.lang.String |
CVS_REVISION
String containing the CVS revision. |
CVS_REVISION
static final java.lang.String CVS_REVISION
- String containing the CVS revision. Read out via reflection!
- See Also:
- Constant Field Values
getConfigData
ConfigData getConfigData()
getFileName
java.lang.String getFileName()
- Get the config file to write to.
- Returns:
- The config file name to write to.
- Since:
- 2.3