Package org.schmant.task.svnkit

Subversion tasks.

See:
          Description

Interface Summary
SvnRepositoryConfigurable<T extends SvnRepositoryConfigurable<T>> This is implemented by all task factories that can be configured with a Subversion repository location.
 

Class Summary
AbstractSvnCommitTask<T extends AbstractSvnCommitTask<T>> Abstract base class for Subversion commit tasks.
AbstractSvnCommitTaskFactory<T extends AbstractSvnCommitTaskFactory<T,U>,U extends AbstractSvnCommitTask<U>> Abstract base class for task factories for committing Subversion tasks.
AbstractSvnTask<T extends AbstractSvnTask<T>>  
AbstractSvnTaskFactory<T extends AbstractSvnTaskFactory<T,U>,U extends AbstractSvnTask<U>>  
PromptingAuthenticationProvider This Subversion authentication provider prompts the user for credentials.
SvnExportTask See SvnExportTF
SvnExportTF See SvnExportTF
SvnTaskSupport Utility class with static methods for supporting Subversion tasks using the SVNKit library.
SvnUrlToUrlCopyTask Copy the contents from one repository URL to another within the same Subversion repository.
SvnUrlToUrlCopyTF Factory for URL to URL copy task.
UsernamePasswordAuthenticationProvider Simple Subversion authentication provider that uses a preconfigured username and password.
 

Package org.schmant.task.svnkit Description

Subversion tasks.

Since:
0.7
Author:
Karl Gustafsson