java.lang.Object
org.eclipse.jgit.gitrepo.RepoProject.ReferenceFile
org.eclipse.jgit.gitrepo.RepoProject.CopyFile
- Enclosing class:
- RepoProject
The representation of a copy file configuration.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CopyFile
- 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.
-
-
Method Details
-
copy
Do the copy file action.- Throws:
IOException- if an IO error occurred
-