Class RepoProject.CopyFile

    • Constructor Summary

      Constructors 
      Constructor Description
      CopyFile​(Repository repo, java.lang.String path, java.lang.String src, java.lang.String dest)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void copy()
      Do the copy file action.
      • Methods inherited from class java.lang.Object

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

      • CopyFile

        public CopyFile​(Repository repo,
                        java.lang.String path,
                        java.lang.String src,
                        java.lang.String dest)
        Parameters:
        repo - the super project.
        path - the path of the project containing this copyfile config.
        src - the source path relative to the sub repo.
        dest - the destination path relative to the super project.
    • Method Detail

      • copy

        public void copy()
                  throws java.io.IOException
        Do the copy file action.
        Throws:
        java.io.IOException