Uses of Class
org.tmatesoft.svn.core.internal.wc16.SVNBasicDelegate
-
Packages that use SVNBasicDelegate Package Description org.tmatesoft.svn.core.internal.wc org.tmatesoft.svn.core.internal.wc16 org.tmatesoft.svn.core.internal.wc17 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. -
-
Uses of SVNBasicDelegate in org.tmatesoft.svn.core.internal.wc
Subclasses of SVNBasicDelegate in org.tmatesoft.svn.core.internal.wc Modifier and Type Class Description classSVNCopyDriverclassSVNMergeDriver -
Uses of SVNBasicDelegate in org.tmatesoft.svn.core.internal.wc16
Subclasses of SVNBasicDelegate in org.tmatesoft.svn.core.internal.wc16 Modifier and Type Class Description classSVNChangelistClient16The SVNChangelistClient provides API for managing changelists.classSVNCommitClient16The SVNCommitClient class provides methods to perform operations that relate to committing changes to an SVN repository.classSVNCopyClient16The SVNCopyClient provides methods to perform any kinds of copying and moving that SVN supports - operating on both Working Copies (WC) and URLs.classSVNDiffClient16The SVNDiffClient class provides methods allowing to get differences between versioned items ('diff' operation) as well as ones intended for merging file contents.classSVNLogClient16The SVNLogClient class is intended for such purposes as getting revisions history, browsing repository entries and annotating file contents.classSVNMoveClient16The SVNMoveClient provides an extra client-side functionality over standard (i.e.classSVNStatusClient16The SVNStatusClient class provides methods for obtaining information on the status of Working Copy items.classSVNUpdateClient16This class provides methods which allow to check out, update, switch and relocate a Working Copy as well as export an unversioned directory or file from a repository.classSVNWCClient16The SVNWCClient class combines a number of version control operations mainly intended for local work with Working Copy items. -
Uses of SVNBasicDelegate in org.tmatesoft.svn.core.internal.wc17
Subclasses of SVNBasicDelegate in org.tmatesoft.svn.core.internal.wc17 Modifier and Type Class Description classSVNLogClient17The SVNLogClient class is intended for such purposes as getting revisions history, browsing repository entries and annotating file contents. -
Uses of SVNBasicDelegate in org.tmatesoft.svn.core.wc
Methods in org.tmatesoft.svn.core.wc that return SVNBasicDelegate Modifier and Type Method Description protected static SVNBasicDelegateSVNBasicClient. dontWC17Support()
-