Package org.eclipse.jgit.gitrepo
Class RepoProject.LinkFile
- java.lang.Object
-
- org.eclipse.jgit.gitrepo.RepoProject.ReferenceFile
-
- org.eclipse.jgit.gitrepo.RepoProject.LinkFile
-
- Enclosing class:
- RepoProject
public static class RepoProject.LinkFile extends RepoProject.ReferenceFile
The representation of a link file configuration.- Since:
- 4.8
-
-
Field Summary
-
Fields inherited from class org.eclipse.jgit.gitrepo.RepoProject.ReferenceFile
dest, path, repo, src
-
-
Constructor Summary
Constructors Constructor Description LinkFile(Repository repo, java.lang.String path, java.lang.String src, java.lang.String dest)
-
-
-
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.
-
-