|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of InvalidConfigException in org.fuin.kickstart4j |
|---|
| Methods in org.fuin.kickstart4j that throw InvalidConfigException | |
|---|---|
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. |
| Constructors in org.fuin.kickstart4j that throw InvalidConfigException | |
|---|---|
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. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||