| Modifier and Type | Method and Description |
|---|---|
void |
Config.check()
Checks if the configuration is valid.
|
void |
ConfigParser.copyToConfig(Config config)
Copies the values from the handler into the config.
|
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.
|
void |
Kickstart4J.execute()
Executes the installer/updater.
|
static void |
ConfigUpdater.main(String[] args)
Creates a new configuration file or updates an existing one.
|
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.parse(URL url)
Starts the parsing process.
|
| Constructor and Description |
|---|
ConfigUpdater(File configFile)
Constructor with configuration file.
|
ConfigUpdater(File configFile,
ConfigUpdaterListener listener)
Constructor with configuration file and log printer.
|
SrcFileLoader()
Default constructor.
|
SrcFileLoader(String configPathAndFilename)
Constructor with configuration path and filename.
|
SrcFileLoader(URL configFileURL)
Constructor with URL.
|
Copyright © 2013 Future Invent Informationsmanagement GmbH, Hamburg (Germany). All Rights Reserved.