Uses of Class
org.tmatesoft.svn.core.wc2.SvnFileKind
-
Packages that use SvnFileKind 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 SvnFileKind in org.tmatesoft.svn.core.wc2
Methods in org.tmatesoft.svn.core.wc2 that return SvnFileKind Modifier and Type Method Description static SvnFileKind
SvnFileKind. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SvnFileKind[]
SvnFileKind. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-