org.schmant.task.svnkit
Class AbstractSvnCommitTaskFactory<T extends AbstractSvnCommitTaskFactory<T,U>,U extends AbstractSvnCommitTask<U>>

java.lang.Object
  extended by org.schmant.task.stub.AbstractTaskFactory<T,U>
      extended by org.schmant.task.svnkit.AbstractSvnTaskFactory<T,U>
          extended by org.schmant.task.svnkit.AbstractSvnCommitTaskFactory<T,U>
All Implemented Interfaces:
LoggingConfigurable<T>, SvnRepositoryConfigurable<T>, TaskFactory<T,U>, TaskRunnable
Direct Known Subclasses:
SvnUrlToUrlCopyTF

public abstract class AbstractSvnCommitTaskFactory<T extends AbstractSvnCommitTaskFactory<T,U>,U extends AbstractSvnCommitTask<U>>
extends AbstractSvnTaskFactory<T,U>

Abstract base class for task factories for committing Subversion tasks.

Since:
0.7
Author:
Karl Gustafsson
Task_package:
org.tmatesoft.svn

Constructor Summary
AbstractSvnCommitTaskFactory()
           
 
Method Summary
 T setCommitMessage(String s)
           
 
Methods inherited from class org.schmant.task.svnkit.AbstractSvnTaskFactory
setAuthenticationManager, setAuthenticationProvider, setRepositoryLocation, setRepositoryLocation
 
Methods inherited from class org.schmant.task.stub.AbstractTaskFactory
copy, create, createSpecification, getLastCreated, getSpecification, getThis, run, setLogFooter, setLogHeader, setReportLevel, setTraceLogging, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractSvnCommitTaskFactory

public AbstractSvnCommitTaskFactory()
Method Detail

setCommitMessage

public T setCommitMessage(String s)