public class ExperimentStarter extends Object
Constructor and Description |
---|
ExperimentStarter() |
Modifier and Type | Method and Description |
---|---|
static void |
start(String pathToScript)
Method which executes Groovy script provided in the pathToScript.
|
public static void start(String pathToScript) throws InstantiationException, IllegalAccessException, IOException
pathToScript
- path to Groovy script.InstantiationException
- if class cannot be instantiatedIllegalAccessException
- if an illegal access occurredIOException
- general IO ExceptionsCopyright © 2013–2019 Ubiquitous Knowledge Processing (UKP) Lab. All rights reserved.