org.schmant.task.svnkit
Class AbstractSvnCommitTask<T extends AbstractSvnCommitTask<T>>
java.lang.Object
org.schmant.support.AbstractArgumentChecker
org.schmant.task.stub.AbstractTask<T>
org.schmant.task.svnkit.AbstractSvnTask<T>
org.schmant.task.svnkit.AbstractSvnCommitTask<T>
- All Implemented Interfaces:
- TaskDependency, LoggingConfigurable<T>, Task, TaskRunnable, TaskSpecification<T>
- Direct Known Subclasses:
- SvnUrlToUrlCopyTask
public abstract class AbstractSvnCommitTask<T extends AbstractSvnCommitTask<T>>
- extends AbstractSvnTask<T>
Abstract base class for Subversion commit tasks.
- Since:
- 0.9
- Author:
- Karl Gustafsson
- Task_package:
- org.tmatesoft.svn
Methods inherited from class org.schmant.task.stub.AbstractTask |
cancel, createTask, getDefaultLogFooter, getDefaultLogHeader, getDependencyForTasksScheduledByThisTask, getDependencyObservable, getFailureCause, getLogFooter, getLogHeader, getSatisfiedStateLock, getThis, isCancelled, isDone, isInterrupted, isRunning, isSatisfied, isSuccessful, run, runInternal, setLogFooter, setLogHeader, setReportLevel, setTraceLogging, toString |
AbstractSvnCommitTask
public AbstractSvnCommitTask()
getCommitMessage
protected final String getCommitMessage()
copyProperties
public void copyProperties(T spec)
- Description copied from class:
AbstractTask
- Copy the properties to the target object.
Subclasses must override this to copy their properties. The
overriding method must call super.copyProperties
.
- Specified by:
copyProperties
in interface TaskSpecification<T extends AbstractSvnCommitTask<T>>
- Overrides:
copyProperties
in class AbstractSvnTask<T extends AbstractSvnCommitTask<T>>
- Parameters:
spec
- The specification to copy properties to.