Uses of Class
org.tmatesoft.svn.core.internal.wc2.patch.SvnPatch.LineType
-
Packages that use SvnPatch.LineType Package Description org.tmatesoft.svn.core.internal.wc2.patch -
-
Uses of SvnPatch.LineType in org.tmatesoft.svn.core.internal.wc2.patch
Methods in org.tmatesoft.svn.core.internal.wc2.patch that return SvnPatch.LineType Modifier and Type Method Description static SvnPatch.LineType
SvnPatch.LineType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SvnPatch.LineType[]
SvnPatch.LineType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-