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 ISVNFileCheckoutTargetSVNFileCheckoutEditor. myTargetMethods in org.tmatesoft.svn.core.io with parameters of type ISVNFileCheckoutTarget Modifier and Type Method Description voidSVNRepository. checkoutFiles(long revision, java.lang.String[] paths, ISVNFileCheckoutTarget fileCheckoutHandler)Recursively checks out only files from the repository atrevisioninvokingfileCheckoutHandleron every file received.Constructors in org.tmatesoft.svn.core.io with parameters of type ISVNFileCheckoutTarget Constructor Description SVNFileCheckoutEditor(ISVNFileCheckoutTarget target)
-