| Modifier and Type | Method and Description |
|---|---|
static Config |
ConfigParser.create(File configFile)
Creates an object from a XML configuration file.
|
static Config |
ConfigParser.create(URL configFileURL)
Creates an object from a XML configuration file.
|
Config |
SrcFileLoader.getConfig()
Returns the configuration.
|
Config |
ConfigUpdater.getConfig()
Returns the configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigParser.copyToConfig(Config config)
Copies the values from the handler into the config.
|
void |
CmdLineParser.copyToConfig(Config config)
Copy the parsed values to the configuration.
|
static void |
ConfigParser.parse(Config config,
File configFile)
Fills an object from an XML configuration file.
|
static void |
ConfigParser.parse(Config config,
URL configFileURL)
Fills an object from an XML configuration file.
|
void |
ConfigParser.put(Config config,
String key,
String value)
Set a property in the configuration by it's name.
|
| Constructor and Description |
|---|
ApplicationStarter(File destDir,
org.apache.commons.exec.CommandLine commandLine,
JFrame startFrame,
Kickstart4JListener listener,
Config config)
Constructor with all necessary data.
|
Kickstart4J(Config config)
Constructor with configuration.
|
SrcFileLoader(Config config)
Constructor with configuration.
|
Copyright © 2013 Future Invent Informationsmanagement GmbH, Hamburg (Germany). All Rights Reserved.