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

    • Constructor Detail

      • SvnLocalOperationRunner

        protected SvnLocalOperationRunner()
    • Method Detail

      • 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 java.io.File getFirstTarget()
      • sleepForTimestamp

        protected void sleepForTimestamp()