org.schmant.task.jdk.jar
Class EarTF
java.lang.Object
org.schmant.task.stub.AbstractTaskFactory<T,U>
org.schmant.task.stub.AbstractActionTaskFactory<T,U>
org.schmant.task.stub.AbstractProcessTaskFactory<T,U>
org.schmant.task.template.io.zip.AbstractZipTaskFactory<T,U>
org.schmant.task.io.zip.AbstractJavaZipTaskFactory<T,U>
org.schmant.task.jdk.jar.AbstractJarTaskFactory<EarTF,EarTask>
org.schmant.task.jdk.jar.EarTF
- All Implemented Interfaces:
- ActionTaskConfigurable<EarTF>, ActionTaskFactory<EarTF,EarTask>, LoggingConfigurable<EarTF>, OverwriteConfigurable<EarTF>, SourceConfigurable<EarTF>, TargetConfigurable<EarTF>, GeneratorTaskConfigurable<EarTF>, GeneratorTaskFactory<EarTF,EarTask>, ProcessTaskConfigurable<EarTF>, ProcessTaskFactory<EarTF,EarTask>, TaskFactory<EarTF,EarTask>, TaskRunnable
public final class EarTF
- extends AbstractJarTaskFactory<EarTF,EarTask>
Create EAR task factory.
See EarTF
- Since:
- 0.6
- Author:
- Karl Gustafsson
- Task_package:
- org.schmant.task.base
Constructor Summary |
EarTF()
|
Methods inherited from class org.schmant.task.stub.AbstractTaskFactory |
copy, create, getLastCreated, getSpecification, getThis, run, setLogFooter, setLogHeader, setReportLevel, setTraceLogging, toString |
EarTF
public EarTF()
setApplicationXml
public EarTF setApplicationXml(Object o)
createSpecification
protected EarTask createSpecification()
- Description copied from class:
AbstractTaskFactory
- Subclasses implement this to create the task specification object that
this factory uses to configure the task that it is creating.
- Specified by:
createSpecification
in class AbstractTaskFactory<EarTF,EarTask>