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.
|
Modifier and Type | Field and Description |
---|---|
private ISVNFileCheckoutTarget |
SVNFileCheckoutEditor.myTarget |
Modifier and Type | Method and Description |
---|---|
void |
SVNRepository.checkoutFiles(long revision,
java.lang.String[] paths,
ISVNFileCheckoutTarget fileCheckoutHandler)
Recursively checks out only files from the repository at
revision invoking
fileCheckoutHandler on every file received. |
Constructor and Description |
---|
SVNFileCheckoutEditor(ISVNFileCheckoutTarget target) |