Package | Description |
---|---|
org.tmatesoft.svn.core.internal.wc17.db |
Modifier and Type | Field and Description |
---|---|
ISVNWCDb.SVNWCDbStatus |
ISVNWCDb.SVNWCDbInfo.status |
ISVNWCDb.SVNWCDbStatus |
ISVNWCDb.WCDbBaseInfo.status |
ISVNWCDb.SVNWCDbStatus |
ISVNWCDb.WCDbInfo.status |
ISVNWCDb.SVNWCDbStatus |
ISVNWCDb.WCDbAdditionInfo.status |
ISVNWCDb.SVNWCDbStatus |
SVNWCDb.InsertBase.status |
ISVNWCDb.SVNWCDbStatus |
SVNWCDb.InsertWorking.status |
Modifier and Type | Method and Description |
---|---|
static ISVNWCDb.SVNWCDbStatus |
SvnWcDbStatementUtil.getColumnPresence(SVNSqlJetStatement stmt) |
static ISVNWCDb.SVNWCDbStatus |
SvnWcDbStatementUtil.getColumnPresence(SVNSqlJetStatement stmt,
Enum<?> f) |
static ISVNWCDb.SVNWCDbStatus |
SVNWCDb.getWorkingStatus(ISVNWCDb.SVNWCDbStatus status) |
static ISVNWCDb.SVNWCDbStatus |
SvnWcDbStatementUtil.parsePresence(String presenceString) |
static ISVNWCDb.SVNWCDbStatus |
ISVNWCDb.SVNWCDbStatus.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
void |
ISVNWCDb.addBaseExcludedNode(File localAbsPath,
File reposRelPath,
SVNURL reposRootUrl,
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.
|
void |
SVNWCDb.addBaseExcludedNode(File localAbsPath,
File reposRelPath,
SVNURL reposRootUrl,
String reposUuid,
long revision,
ISVNWCDb.SVNWCDbKind kind,
ISVNWCDb.SVNWCDbStatus status,
SVNSkel conflict,
SVNSkel workItems) |
static String |
SvnWcDbStatementUtil.getPresenceText(ISVNWCDb.SVNWCDbStatus status) |
static ISVNWCDb.SVNWCDbStatus |
SVNWCDb.getWorkingStatus(ISVNWCDb.SVNWCDbStatus status) |
SVNNodeKind |
ISVNWCDb.SVNWCDbKind.toNodeKind(ISVNWCDb.SVNWCDbStatus status,
boolean showHidden) |
Copyright © 2018. All rights reserved.