org.schmant.task.svnkit
Class SvnUrlToUrlCopyTF
java.lang.Object
org.schmant.task.stub.AbstractTaskFactory<T,U>
org.schmant.task.svnkit.AbstractSvnTaskFactory<T,U>
org.schmant.task.svnkit.AbstractSvnCommitTaskFactory<SvnUrlToUrlCopyTF,SvnUrlToUrlCopyTask>
org.schmant.task.svnkit.SvnUrlToUrlCopyTF
- All Implemented Interfaces:
- LoggingConfigurable<SvnUrlToUrlCopyTF>, SvnRepositoryConfigurable<SvnUrlToUrlCopyTF>, TaskFactory<SvnUrlToUrlCopyTF,SvnUrlToUrlCopyTask>, TaskRunnable
public final class SvnUrlToUrlCopyTF
- extends AbstractSvnCommitTaskFactory<SvnUrlToUrlCopyTF,SvnUrlToUrlCopyTask>
Factory for URL to URL copy task.
See SvnUrlToUrlCopyTF
- Since:
- 0.7
- Author:
- Karl Gustafsson
- Task_package:
- org.tmatesoft.svn
Methods inherited from class org.schmant.task.stub.AbstractTaskFactory |
copy, create, getLastCreated, getSpecification, getThis, run, setLogFooter, setLogHeader, setReportLevel, setTraceLogging, toString |
SvnUrlToUrlCopyTF
public SvnUrlToUrlCopyTF()
setTargetRepositoryLocation
public SvnUrlToUrlCopyTF setTargetRepositoryLocation(String s)
setTargetRepositoryLocation
public SvnUrlToUrlCopyTF setTargetRepositoryLocation(SVNURL u)
setRevision
public SvnUrlToUrlCopyTF setRevision(long l)
setRevision
public SvnUrlToUrlCopyTF setRevision(SVNRevision r)
setPegRevision
public SvnUrlToUrlCopyTF setPegRevision(long l)
setPegRevision
public SvnUrlToUrlCopyTF setPegRevision(SVNRevision r)
setSvnOptions
public SvnUrlToUrlCopyTF setSvnOptions(ISVNOptions o)
createSpecification
protected SvnUrlToUrlCopyTask 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<SvnUrlToUrlCopyTF,SvnUrlToUrlCopyTask>