Uses of Class
org.tmatesoft.svn.core.internal.wc17.db.SvnWcDbConflicts.TextConflictInfo
-
Packages that use SvnWcDbConflicts.TextConflictInfo Package Description org.tmatesoft.svn.core.internal.wc17.db -
-
Uses of SvnWcDbConflicts.TextConflictInfo in org.tmatesoft.svn.core.internal.wc17.db
Methods in org.tmatesoft.svn.core.internal.wc17.db that return SvnWcDbConflicts.TextConflictInfo Modifier and Type Method Description static SvnWcDbConflicts.TextConflictInfo
SvnWcDbConflicts.TextConflictInfo. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SvnWcDbConflicts.TextConflictInfo[]
SvnWcDbConflicts.TextConflictInfo. 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 that return types with arguments of type SvnWcDbConflicts.TextConflictInfo Modifier and Type Method Description static Structure<SvnWcDbConflicts.TextConflictInfo>
SvnWcDbConflicts. readTextConflict(ISVNWCDb db, java.io.File wriAbsPath, SVNSkel conflictSkel)
-