Uses of Class
org.tmatesoft.svn.core.internal.wc17.db.ISVNWCDb.SVNWCDbStatus
-
Packages that use ISVNWCDb.SVNWCDbStatus Package Description org.tmatesoft.svn.core.internal.wc17.db -
-
Uses of ISVNWCDb.SVNWCDbStatus in org.tmatesoft.svn.core.internal.wc17.db
Fields in org.tmatesoft.svn.core.internal.wc17.db declared as ISVNWCDb.SVNWCDbStatus Modifier and Type Field Description ISVNWCDb.SVNWCDbStatusISVNWCDb.SVNWCDbInfo. statusISVNWCDb.SVNWCDbStatusISVNWCDb.WCDbAdditionInfo. statusISVNWCDb.SVNWCDbStatusISVNWCDb.WCDbBaseInfo. statusISVNWCDb.SVNWCDbStatusISVNWCDb.WCDbInfo. statusISVNWCDb.SVNWCDbStatusSVNWCDb.InsertBase. statusISVNWCDb.SVNWCDbStatusSVNWCDb.InsertWorking. statusMethods in org.tmatesoft.svn.core.internal.wc17.db that return ISVNWCDb.SVNWCDbStatus Modifier and Type Method Description static ISVNWCDb.SVNWCDbStatusSvnWcDbStatementUtil. getColumnPresence(SVNSqlJetStatement stmt)static ISVNWCDb.SVNWCDbStatusSvnWcDbStatementUtil. getColumnPresence(SVNSqlJetStatement stmt, java.lang.Enum<?> f)static ISVNWCDb.SVNWCDbStatusSVNWCDb. getWorkingStatus(ISVNWCDb.SVNWCDbStatus status)static ISVNWCDb.SVNWCDbStatusSvnWcDbStatementUtil. parsePresence(java.lang.String presenceString)static ISVNWCDb.SVNWCDbStatusISVNWCDb.SVNWCDbStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ISVNWCDb.SVNWCDbStatus[]ISVNWCDb.SVNWCDbStatus. 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 ISVNWCDb.SVNWCDbStatus Modifier and Type Method Description voidISVNWCDb. addBaseExcludedNode(java.io.File localAbsPath, java.io.File reposRelPath, SVNURL reposRootUrl, java.lang.String reposUuid, long revision, ISVNWCDb.SVNWCDbKind kind, ISVNWCDb.SVNWCDbStatus status, SVNSkel conflict, SVNSkel workItems)Create a node in the BASE tree that is present in name only.voidSVNWCDb. addBaseExcludedNode(java.io.File localAbsPath, java.io.File reposRelPath, SVNURL reposRootUrl, java.lang.String reposUuid, long revision, ISVNWCDb.SVNWCDbKind kind, ISVNWCDb.SVNWCDbStatus status, SVNSkel conflict, SVNSkel workItems)static java.lang.StringSvnWcDbStatementUtil. getPresenceText(ISVNWCDb.SVNWCDbStatus status)static ISVNWCDb.SVNWCDbStatusSVNWCDb. getWorkingStatus(ISVNWCDb.SVNWCDbStatus status)SVNNodeKindISVNWCDb.SVNWCDbKind. toNodeKind(ISVNWCDb.SVNWCDbStatus status, boolean showHidden)
-