public static class RepoProject.ReferenceFile
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) java.lang.String |
dest |
(package private) java.lang.String |
path |
(package private) Repository |
repo |
(package private) java.lang.String |
src |
| Constructor and Description |
|---|
ReferenceFile(Repository repo,
java.lang.String path,
java.lang.String src,
java.lang.String dest) |
final Repository repo
final java.lang.String path
final java.lang.String src
final java.lang.String dest
public ReferenceFile(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.