Package org.opt4j.config
Class Starter
java.lang.Object
org.opt4j.config.Starter
- Direct Known Subclasses:
Opt4JStarter
The
Starter executes configuration files.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Starter
public Starter()
-
-
Method Details
-
main
Start configuration files. Using multiple configuration files: Execute theTasks 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
Addsjarfiles to the classpath. Searches in folderplugins.- Returns:
- all found and added
jarfiles
-