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, tableNamebinds, 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) |
openCursoreof, getColumn, getColumnBlob, getColumnLong, getColumnString, getIndexName, getPathScope, getRowPath, getRowPathField, getRowValues, getRowValues2, getWhere, isColumnNull, isPathScopeInIndex, isStrictDescendantOf, isStrictiDescendant, next, reset, setIndexNameaddTrigger, getTable, getTableName, getTriggers, statementCompleted, statementStartedbindBlob, 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, setCursorprivate 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
SVNExceptionprotected boolean isFilterPassed()
throws SVNException
isFilterPassed in class SVNWCDbNodesCurrentSVNExceptionprivate boolean matchesChangelist()
throws SVNException
SVNExceptionprivate 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)