Package gate.versioning.svnkit

A thin layer on top of the SVNKit Java Subversion library.

See:
          Description

Class Summary
CommitEventHandler  
InfoHandler  
Sandbox This class is a thin layer over the SVNKit working copy API.
SandboxCanceller Simple implementation of ISVNCanceller that delegates checkCancelled calls back to a Sandbox object.
SandboxEventHandler This class is an implementation of ISVNEventHandler intended for processing events generated by do*() methods of an SVNWCClient object.
SandboxManager This class manages a set of Sandboxes.
StatusHandler  
UpdateEventHandler  
 

Package gate.versioning.svnkit Description

A thin layer on top of the SVNKit Java Subversion library.

Package Specification

This package provides an API layered on top of SVNKit. The main public face of the package is the Sandbox class. Support for multithreaded environments is provided by the SandboxManager class.