|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Config in org.fuin.kickstart4j |
|---|
| Methods in org.fuin.kickstart4j that return Config | |
|---|---|
static Config |
ConfigParser.create(java.io.File configFile)
Creates an object from a XML configuration file. |
static Config |
ConfigParser.create(java.net.URL configFileURL)
Creates an object from a XML configuration file. |
Config |
SrcFileLoader.getConfig()
Returns the configuration. |
Config |
ConfigUpdater.getConfig()
Returns the configuration. |
| Methods in org.fuin.kickstart4j with parameters of type Config | |
|---|---|
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,
java.io.File configFile)
Fills an object from an XML configuration file. |
static void |
ConfigParser.parse(Config config,
java.net.URL configFileURL)
Fills an object from an XML configuration file. |
void |
ConfigParser.put(Config config,
java.lang.String key,
java.lang.String value)
Set a property in the configuration by it's name. |
| Constructors in org.fuin.kickstart4j with parameters of type Config | |
|---|---|
ApplicationStarter(java.io.File destDir,
org.apache.commons.exec.CommandLine commandLine,
javax.swing.JFrame startFrame,
Kickstart4JListener listener,
Config config)
Constructor with all necessary data. |
|
Kickstart4J(Config config)
Constructor with configuration. |
|
SrcFileLoader(Config config)
Constructor with configuration. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||