public class SVNWCDbCollectTargets extends SVNWCDbNodesCurrent
Modifier and Type | Field and Description |
---|---|
private java.util.Collection<java.lang.String> |
changelists |
private SVNDepth |
depth |
private java.util.Set<java.lang.String> |
receivedPaths |
private SVNSqlJetSelectStatement |
selectChangelist |
private java.io.File |
target |
table, tableName
binds, sDb, transactionMode
Constructor and Description |
---|
SVNWCDbCollectTargets(SVNSqlJetDb sDb,
long wcId,
java.io.File target,
SVNDepth depth,
java.util.Collection<java.lang.String> changelists) |
Modifier and Type | Method and Description |
---|---|
private java.util.Collection<java.lang.String> |
getChangelists() |
private SVNDepth |
getDepth() |
private java.io.File |
getTarget() |
protected boolean |
isFilterPassed() |
private boolean |
matchesChangelist() |
private void |
setChangelists(java.util.Collection<java.lang.String> changelists) |
private void |
setDepth(SVNDepth depth) |
private void |
setTarget(java.io.File target) |
openCursor
eof, getColumn, getColumnBlob, getColumnLong, getColumnString, getIndexName, getPathScope, getRowPath, getRowPathField, getRowValues, getRowValues2, getWhere, isColumnNull, isPathScopeInIndex, isStrictDescendantOf, isStrictiDescendant, next, reset, setIndexName
addTrigger, getTable, getTableName, getTriggers, statementCompleted, statementStarted
bindBlob, bindChecksum, bindf, bindIProperties, bindLong, bindNull, bindProperties, bindRevision, bindString, count, done, exec, getBind, getBinds, getColumn, getColumnBlob, getColumnBoolean, getColumnInheritedProperties, getColumnInheritedProperties, getColumnLong, getColumnProperties, getColumnProperties, getColumnRevnum, getColumnString, getCursor, getJoinedStatement, getJoinedStatement, hasColumnInheritedProperties, hasColumnInheritedProperties, hasColumnProperties, hasColumnProperties, insert, isColumnNull, isNeedsReset, nextRow, parseInheritedProperties, parseProperties, setCursor
private SVNDepth depth
private java.io.File target
private java.util.Collection<java.lang.String> changelists
private SVNSqlJetSelectStatement selectChangelist
private java.util.Set<java.lang.String> receivedPaths
public SVNWCDbCollectTargets(SVNSqlJetDb sDb, long wcId, java.io.File target, SVNDepth depth, java.util.Collection<java.lang.String> changelists) throws SVNException
SVNException
protected boolean isFilterPassed() throws SVNException
isFilterPassed
in class SVNWCDbNodesCurrent
SVNException
private boolean matchesChangelist() throws SVNException
SVNException
private java.io.File getTarget()
private SVNDepth getDepth()
private java.util.Collection<java.lang.String> getChangelists()
private void setDepth(SVNDepth depth)
private void setTarget(java.io.File target)
private void setChangelists(java.util.Collection<java.lang.String> changelists)