Class WagonTransporter.GetTaskRunner

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private GetTask task  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private void readTempFile​(java.io.File dst)  
      void run​(org.apache.maven.wagon.Wagon wagon)  
      • Methods inherited from class java.lang.Object

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

    • Constructor Detail

      • GetTaskRunner

        GetTaskRunner​(GetTask task)
    • Method Detail

      • run

        public void run​(org.apache.maven.wagon.Wagon wagon)
                 throws java.io.IOException,
                        org.apache.maven.wagon.WagonException
        Specified by:
        run in interface WagonTransporter.TaskRunner
        Throws:
        java.io.IOException
        org.apache.maven.wagon.WagonException
      • readTempFile

        private void readTempFile​(java.io.File dst)
                           throws java.io.IOException
        Throws:
        java.io.IOException