Uses of Class
org.tmatesoft.svn.core.wc2.SvnWorkingCopyInfo
-
Packages that use SvnWorkingCopyInfo Package Description org.tmatesoft.svn.core.wc2 NEW: this package contains command-style API to perform most of Subversion operations on the level of abstraction similar to that of the command line client. -
-
Uses of SvnWorkingCopyInfo in org.tmatesoft.svn.core.wc2
Methods in org.tmatesoft.svn.core.wc2 that return SvnWorkingCopyInfo Modifier and Type Method Description SvnWorkingCopyInfo
SvnInfo. getWcInfo()
Gets working copy info.Methods in org.tmatesoft.svn.core.wc2 with parameters of type SvnWorkingCopyInfo Modifier and Type Method Description void
SvnInfo. setWcInfo(SvnWorkingCopyInfo wcInfo)
Sets working copy info.
-