net.sourceforge.basher.internal.impl
Class TaskDecoratorImpl

java.lang.Object
  extended by net.sourceforge.basher.internal.impl.TaskDecoratorImpl
All Implemented Interfaces:
TaskDecorator

public class TaskDecoratorImpl
extends Object
implements TaskDecorator

Version:
$Revision$
Author:
Johan Lindquist

Constructor Summary
TaskDecoratorImpl()
           
 
Method Summary
 Task decorateInstance(Object taskInstance)
           
 void setClassFactory(org.ops4j.gaderian.service.ClassFactory classFactory)
           
 void setLog(org.apache.commons.logging.Log log)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskDecoratorImpl

public TaskDecoratorImpl()
Method Detail

setLog

public void setLog(org.apache.commons.logging.Log log)

setClassFactory

public void setClassFactory(org.ops4j.gaderian.service.ClassFactory classFactory)

decorateInstance

public Task decorateInstance(Object taskInstance)
Specified by:
decorateInstance in interface TaskDecorator


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