Exemplo n.º 1
0
 public String getClassName() {
   return toolInstance.getClass().getName();
 }
Exemplo n.º 2
0
 public void run(ITask task) throws TaskException {
   this.task = task;
   toolInstance.toolRun(this);
 }