|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.naftulin.configmgr.parsers.ConfigurationRecordsToEntriesConverter
public class ConfigurationRecordsToEntriesConverter
Converts records that were parsed from the configuration file into configuration entries. Given a master record produces an array of configuration entries.
Constructor Summary | |
---|---|
ConfigurationRecordsToEntriesConverter()
|
Method Summary | |
---|---|
ConfigurationManagementEntry[] |
createConfigurationEntriesFromConfigurationFile(java.lang.String configurationFileName)
Parses the master configuration file and creates configuration management entries. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConfigurationRecordsToEntriesConverter()
Method Detail |
---|
public ConfigurationManagementEntry[] createConfigurationEntriesFromConfigurationFile(java.lang.String configurationFileName) throws ConfigurationManagerException
configurationFileName
- the file name for the master configuration file.
ConfigurationManagerException
- if master configuration cannot be read.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |