public class Starter
extends java.lang.Object
Starter
executes configuration files.Constructor and Description |
---|
Starter() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<java.io.File> |
addPlugins()
Adds
jar files to the classpath. |
void |
execute(java.lang.Class<? extends Task> taskClass,
java.lang.String[] filenames)
Executor method.
|
void |
execute(java.lang.String[] args)
Executor method.
|
static void |
main(java.lang.String[] args)
Start configuration files.
|
public static void main(java.lang.String[] args) throws java.lang.Exception
Task
s successively.args
- the configuration filesjava.lang.Exception
public void execute(java.lang.String[] args) throws java.lang.Exception
args
- the configuration filesjava.lang.Exception
public void execute(java.lang.Class<? extends Task> taskClass, java.lang.String[] filenames) throws java.lang.Exception
taskClass
- the class of the task to usefilenames
- the configuration filesjava.lang.Exception
public java.util.Collection<java.io.File> addPlugins()
jar
files to the classpath. Searches in folder
plugins
.jar
files