Esempio n. 1
0
 protected Tool newTool() {
   Tool tool = new Tool();
   tool.setOutputDirectory(tmpdir);
   return tool;
 }
Esempio n. 2
0
 protected Tool newTool(String[] args) {
   Tool tool = new Tool(args);
   tool.setOutputDirectory(tmpdir);
   return tool;
 }