Class WagonTransporter.PutTaskRunner

    • Field Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private java.io.File createTempFile()  
      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

      • PutTaskRunner

        PutTaskRunner​(PutTask task)
    • Method Detail

      • run

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

        private java.io.File createTempFile()
                                     throws java.io.IOException
        Throws:
        java.io.IOException