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

All Known Subinterfaces:
TextInsertionTaskConfigurable<T>
All Known Implementing Classes:
AbstractLinkInsertionTaskFactory, AbstractTextInsertionTaskFactory, ApiLinksTF, ArgumentInterpreterLinksTF, IncludeFilesTF, JavaWorkspaceBuilderTF, ReplaceSourceFileTF, TaskFactoryLinksTF, TextReplaceTF

public interface TemporaryDirectoryConfigurable<T extends TemporaryDirectoryConfigurable<T>>

This interface is implemented by all task factories that can be configured with a temporary directory.

Since:
0.8
Author:
Karl Gustafsson

Method Summary
 T setTempDirectory(Object o)
          Set a temporary files directory for the task.
 

Method Detail

setTempDirectory

T setTempDirectory(Object o)
Set a temporary files directory for the task.

Parameters:
o - The temporary files directory. This will be interpreted in some way.
Returns:
this