Class SvnNgCleanup.CleanupStatusWalk

java.lang.Object
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCleanup.CleanupStatusWalk
All Implemented Interfaces:
ISvnObjectReceiver<SvnStatus>
Enclosing class:
SvnNgCleanup

private static class SvnNgCleanup.CleanupStatusWalk extends Object implements ISvnObjectReceiver<SvnStatus>
  • Field Details

    • removeUnversionedItems

      private boolean removeUnversionedItems
    • removeIgnoredItems

      private boolean removeIgnoredItems
    • includeExternals

      private boolean includeExternals
    • context

      private SVNWCContext context
    • eventHandler

      private ISVNEventHandler eventHandler
    • wcContext

      private SVNWCContext wcContext
    • ignores

      private List<String> ignores
    • operation

      private SvnCleanup operation
  • Constructor Details

    • CleanupStatusWalk

      private CleanupStatusWalk()
  • Method Details