Package org.eclipse.jgit.gitrepo
Class RepoProject.CopyFile
- java.lang.Object
-
- org.eclipse.jgit.gitrepo.RepoProject.ReferenceFile
-
- org.eclipse.jgit.gitrepo.RepoProject.CopyFile
-
- Enclosing class:
- RepoProject
public static class RepoProject.CopyFile extends RepoProject.ReferenceFile
The representation of a copy file configuration.
-
-
Field Summary
-
Fields inherited from class org.eclipse.jgit.gitrepo.RepoProject.ReferenceFile
dest, path, repo, src
-
-
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.
-
-
-
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.
-
-