org.schmant.task.confable
Interface TaskFactoryConfigurable<T extends TaskFactoryConfigurable<T>>

All Known Subinterfaces:
ProxyTaskConfigurable<T>
All Known Implementing Classes:
AbstractProxyTaskFactory, ErrorIgnoringTF, ForEachSourceTF, RecursiveActionTF, RecursiveProcessTF, RedirectReportTF, ReplaceSourceFileTF, TimedExecutionTF

public interface TaskFactoryConfigurable<T extends TaskFactoryConfigurable<T>>

This interface defines a class that can be configured with a TaskFactory.

Since:
0.5
Author:
Karl Gustafsson

Method Summary
 T setTaskFactory(Object f)
          Set the task factory.
 

Method Detail

setTaskFactory

T setTaskFactory(Object f)
Set the task factory. This may be a task factory that creates tasks of the type expected by the object implementing this method, or a closure.

Parameters:
f - A task factory or a closure.
Returns:
this