Uses of Class
org.tmatesoft.svn.core.internal.wc17.db.SvnWcDbConflicts.ConflictKind
-
Packages that use SvnWcDbConflicts.ConflictKind Package Description org.tmatesoft.svn.core.internal.wc17.db -
-
Uses of SvnWcDbConflicts.ConflictKind in org.tmatesoft.svn.core.internal.wc17.db
Methods in org.tmatesoft.svn.core.internal.wc17.db that return SvnWcDbConflicts.ConflictKind Modifier and Type Method Description static SvnWcDbConflicts.ConflictKind
SvnWcDbConflicts.ConflictKind. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SvnWcDbConflicts.ConflictKind[]
SvnWcDbConflicts.ConflictKind. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.tmatesoft.svn.core.internal.wc17.db with parameters of type SvnWcDbConflicts.ConflictKind Modifier and Type Method Description static SVNSkel
SvnWcDbConflicts. getConflict(SVNSkel conflictSkel, SvnWcDbConflicts.ConflictKind kind)
-