Package org.schmant.task.confable

This package contains *Configurable interfaces, an attempt to enforce a name standard for similar properties for different task factories.

See:
          Description

Interface Summary
ArgumentsConfigurable<T extends ArgumentsConfigurable<T>> This interface defines setter and getter methods for objects that can be configured with a list of arguments.
BootClasspathConfigurable<T extends BootClasspathConfigurable<T>> This interface defines an object that can be configured with a boot classpath.
ClasspathConfigurable<T extends ClasspathConfigurable<T>> This interface defines an object that can be configured with a classpath.
LibPathConfigurable<T extends LibPathConfigurable<T>> This interface defines an object that can be configured with a library path.
LoggingConfigurable<T extends LoggingConfigurable<T>> This interface defines something that can be configured with a log header and log footer to log before and after a Task is run.
OverwriteConfigurable<T extends OverwriteConfigurable<T>> This interface defines something that has a configurable overwriting policy.
SourceConfigurable<T extends SourceConfigurable<T>> This interface defines a class that can be configured with a collection of sources.
SourceConfigured This interface is implemented by objects that are configured with one or several source objects.
TargetConfigurable<T extends TargetConfigurable<T>> This interface defines a class that can be configured with a target.
TargetConfigured This interface is implemented by objects that are configured with a target property.
TaskDecoratorConfigurable<T extends TaskDecoratorConfigurable<T,U>,U extends TaskDecorator> This interface defines an object that is configurable using some kind of TaskDecorator.
TaskExecutorConfigurable<T extends TaskExecutorConfigurable<T>> This interface defines a class that can be configured with a TaskExecutor and an optional TaskDependency for tasks added to the executor.
TaskFactoryConfigurable<T extends TaskFactoryConfigurable<T>> This interface defines a class that can be configured with a TaskFactory.
TemporaryDirectoryConfigurable<T extends TemporaryDirectoryConfigurable<T>> This interface is implemented by all task factories that can be configured with a temporary directory.
 

Package org.schmant.task.confable Description

This package contains *Configurable interfaces, an attempt to enforce a name standard for similar properties for different task factories.

Since:
0.5
Author:
Karl Gustafsson