Class SVNEmptyTask

java.lang.Object
org.tmatesoft.svn.core.internal.util.SVNEmptyTask
All Implemented Interfaces:
ISVNTask

public class SVNEmptyTask extends java.lang.Object implements ISVNTask
Version:
1.3
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    cancel(boolean interrupt)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SVNEmptyTask

      public SVNEmptyTask()
  • Method Details

    • cancel

      public void cancel(boolean interrupt)
      Specified by:
      cancel in interface ISVNTask