Package org.eclipse.jgit.gitrepo
Class RepoProject.ReferenceFile
java.lang.Object
org.eclipse.jgit.gitrepo.RepoProject.ReferenceFile
- Direct Known Subclasses:
RepoProject.CopyFile
,RepoProject.LinkFile
- Enclosing class:
RepoProject
The representation of a reference file configuration.
- Since:
- 4.8
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
repo
-
path
-
src
-
dest
-
-
Constructor Details
-
ReferenceFile
- 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.
-