Uses of Interface
org.tmatesoft.svn.core.io.ISVNFileCheckoutTarget
Packages that use ISVNFileCheckoutTarget
Package
Description
This package provides a low-level API for direct interacting with a Subversion repository on
the SVN protocol level.
-
Uses of ISVNFileCheckoutTarget in org.tmatesoft.svn.core.io
Fields in org.tmatesoft.svn.core.io declared as ISVNFileCheckoutTargetMethods in org.tmatesoft.svn.core.io with parameters of type ISVNFileCheckoutTargetModifier and TypeMethodDescriptionvoid
SVNRepository.checkoutFiles
(long revision, java.lang.String[] paths, ISVNFileCheckoutTarget fileCheckoutHandler) Recursively checks out only files from the repository atrevision
invokingfileCheckoutHandler
on every file received.Constructors in org.tmatesoft.svn.core.io with parameters of type ISVNFileCheckoutTarget