Class Repository.TempDirRemover

  • All Implemented Interfaces:
    java.lang.Runnable
    Enclosing class:
    Repository

    private static class Repository.TempDirRemover
    extends java.lang.Object
    implements java.lang.Runnable
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private TempDirRemover()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private void delete​(java.nio.file.Path path)  
      void run()  
      • Methods inherited from class java.lang.Object

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

      • TempDirRemover

        private TempDirRemover()
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable
      • delete

        private void delete​(java.nio.file.Path path)
                     throws java.io.IOException
        Throws:
        java.io.IOException