return result;
}
public static void main(String[] args) throws Exception, IOException, InstantiationException, IllegalAccessException
{
WrappedJavaProcess w = new WrappedJavaProcess();
w.getLocalConfiguration().setProperty("wrapper.config", "conf/wrapper.helloworld.conf");
w.init();
GroovyScript script = new GroovyScript("./scripts/timeCondition.gv", "id", w, new String[]
{ "11", "12" }, 0);
script.execute();
script.execute();
script = new GroovyScript("./scripts/fileCondition.gv", "id", w, new String[]