Package | Description |
---|---|
org.tmatesoft.svn.core.io |
This package provides a low-level API for direct interacting with a Subversion repository on
the SVN protocol level.
|
org.tmatesoft.svn.core.wc |
This package provides a high-level API for managing Working Copies in a way
compatible with the native SVN command line client.
|
Modifier and Type | Method and Description |
---|---|
void |
SVNRepository.addConnectionListener(ISVNConnectionListener listener)
Adds a connection listener to this object.
|
void |
SVNRepository.removeConnectionListener(ISVNConnectionListener listener)
Removes the specified connection listener from the collection of connection listeners
held by this object.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultSVNRepositoryPool
The DefaultSVNRepositoryPool class is a default implementation of
the ISVNRepositoryPool interface.
|
Copyright © 2020. All rights reserved.