Package org.opt4j.config
Class Starter
java.lang.Object
org.opt4j.config.Starter
- Direct Known Subclasses:
Opt4JStarter
The
Starter
executes configuration files.-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Starter
public Starter()
-
-
Method Details
-
main
Start configuration files. Using multiple configuration files: Execute theTask
s successively.- Parameters:
args
- the configuration files- Throws:
Exception
-
execute
Executor method.- Parameters:
args
- the configuration files- Throws:
Exception
-
execute
Executor method.- Parameters:
taskClass
- the class of the task to usefilenames
- the configuration files- Throws:
Exception
-
addPlugins
Addsjar
files to the classpath. Searches in folderplugins
.- Returns:
- all found and added
jar
files
-