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