Uses of Interface
org.tmatesoft.svn.core.io.ISVNFileCheckoutTarget
-
Packages that use ISVNFileCheckoutTarget 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. -
-
Uses of ISVNFileCheckoutTarget in org.tmatesoft.svn.core.io
Fields in org.tmatesoft.svn.core.io declared as ISVNFileCheckoutTarget Modifier and Type Field Description private ISVNFileCheckoutTarget
SVNFileCheckoutEditor. myTarget
Methods in org.tmatesoft.svn.core.io with parameters of type ISVNFileCheckoutTarget Modifier and Type Method Description void
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 Constructor Description SVNFileCheckoutEditor(ISVNFileCheckoutTarget target)
-