Class RepoProject.LinkFile

    • Constructor Summary

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

      • Methods inherited from class java.lang.Object

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

      • LinkFile

        public LinkFile​(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 linkfile config.
        src - the source path relative to the sub repo.
        dest - the destination path relative to the super project.