Class SVNWCDbCollectTargets


public class SVNWCDbCollectTargets extends SVNWCDbNodesCurrent
  • Field Details

    • depth

      private SVNDepth depth
    • target

      private java.io.File target
    • changelists

      private java.util.Collection<java.lang.String> changelists
    • selectChangelist

      private SVNSqlJetSelectStatement selectChangelist
    • receivedPaths

      private java.util.Set<java.lang.String> receivedPaths
  • Constructor Details

    • SVNWCDbCollectTargets

      public SVNWCDbCollectTargets(SVNSqlJetDb sDb, long wcId, java.io.File target, SVNDepth depth, java.util.Collection<java.lang.String> changelists) throws SVNException
      Throws:
      SVNException
  • Method Details

    • isFilterPassed

      protected boolean isFilterPassed() throws SVNException
      Overrides:
      isFilterPassed in class SVNWCDbNodesCurrent
      Throws:
      SVNException
    • matchesChangelist

      private boolean matchesChangelist() throws SVNException
      Throws:
      SVNException
    • getTarget

      private java.io.File getTarget()
    • getDepth

      private SVNDepth getDepth()
    • getChangelists

      private java.util.Collection<java.lang.String> getChangelists()
    • setDepth

      private void setDepth(SVNDepth depth)
    • setTarget

      private void setTarget(java.io.File target)
    • setChangelists

      private void setChangelists(java.util.Collection<java.lang.String> changelists)