net.sourceforge.basher.internal.impl
Class TaskCreatorImpl

java.lang.Object
  extended by net.sourceforge.basher.internal.impl.TaskCreatorImpl
All Implemented Interfaces:
TaskCreator

public class TaskCreatorImpl
extends Object
implements TaskCreator

Version:
$Revision$
Author:
Johan Lindquist

Constructor Summary
TaskCreatorImpl()
           
 
Method Summary
 Task createTask(Class taskClassName)
           
 void setTaskDecorator(TaskDecorator taskDecorator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskCreatorImpl

public TaskCreatorImpl()
Method Detail

setTaskDecorator

public void setTaskDecorator(TaskDecorator taskDecorator)

createTask

public Task createTask(Class taskClassName)
Specified by:
createTask in interface TaskCreator


Copyright © 2006-2010 Basher Team. All Rights Reserved.