|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttom.platform.ConfigurationManager
public class ConfigurationManager
This class is a wrapper for the platform XML configuration files. It extracts the plugins information and create an ordered list of of instances. Extracts the Option Management information and based on it create and initialize the corresponding OptionManager. The instantiation of a Configuration is not sufficient since it need to be initialized with an execution commandLine.
Constructor Summary | |
---|---|
ConfigurationManager(String xmlConfigurationFileName)
Basic Constructor constructing a configurationManager that needs to be initialized |
Method Summary | |
---|---|
OptionManager |
getOptionManager()
Accessor method |
List<Plugin> |
getPluginsList()
Accessor method |
int |
initialize(String[] commandLine)
initialize analyse the XML file and extract plugins and option management |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConfigurationManager(String xmlConfigurationFileName)
Method Detail |
---|
public int initialize(String[] commandLine)
public List<Plugin> getPluginsList()
public OptionManager getOptionManager()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |