- java.lang.Object
-
- org.eclipse.jgit.gitrepo.RepoProject.ReferenceFile
-
- Direct Known Subclasses:
RepoProject.CopyFile,RepoProject.LinkFile
- Enclosing class:
- RepoProject
public static class RepoProject.ReferenceFile extends Object
The representation of a reference file configuration.- Since:
- 4.8
-
-
Constructor Detail
-
ReferenceFile
public ReferenceFile(Repository repo, String path, String src, 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.
-
-