public static class RepoProject.CopyFile extends RepoProject.ReferenceFile
dest, path, repo, src
Constructor and Description |
---|
CopyFile(Repository repo,
java.lang.String path,
java.lang.String src,
java.lang.String dest) |
Modifier and Type | Method and Description |
---|---|
void |
copy()
Do the copy file action.
|
public CopyFile(Repository repo, java.lang.String path, java.lang.String src, java.lang.String dest)
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.