Пример #1
0
 protected Tool newTool() {
   Tool tool = new Tool();
   tool.setOutputDirectory(tmpdir);
   return tool;
 }
Пример #2
0
 protected Tool newTool(String[] args) {
   Tool tool = new Tool(args);
   tool.setOutputDirectory(tmpdir);
   return tool;
 }