Class SvnLocalOperationRunner<V,T extends SvnOperation<V>>

java.lang.Object
org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner<V,T>
org.tmatesoft.svn.core.internal.wc2.SvnLocalOperationRunner<V,T>
All Implemented Interfaces:
ISVNCanceller, ISVNEventHandler, ISvnOperationRunner<V,T>
Direct Known Subclasses:
SvnNgOperationRunner, SvnOldRunner

public abstract class SvnLocalOperationRunner<V,T extends SvnOperation<V>> extends SvnOperationRunner<V,T>
  • Constructor Details

    • SvnLocalOperationRunner

      protected SvnLocalOperationRunner()
  • Method Details

    • isApplicable

      public boolean isApplicable(T operation, SvnWcGeneration wcGeneration) throws SVNException
      Description copied from interface: ISvnOperationRunner
      Returns whether this runner is applicable for the operation on concrete working copy generation (1.7 or 1.6)
      Parameters:
      operation - operation that needs runner
      wcGeneration - working copy generation
      Returns:
      true if the runner is applicable, otherwise false
      Throws:
      SVNException
    • getFirstTarget

      protected File getFirstTarget()
    • sleepForTimestamp

      protected void sleepForTimestamp()