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