Class SVNEmptyThreadPool

  • All Implemented Interfaces:
    ISVNThreadPool

    public class SVNEmptyThreadPool
    extends java.lang.Object
    implements ISVNThreadPool
    Version:
    1.3
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ISVNTask run​(java.lang.Runnable task, boolean daemon)  
      • Methods inherited from class java.lang.Object

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

      • SVNEmptyThreadPool

        public SVNEmptyThreadPool()
    • Method Detail