public static interface CloneCommand.Callback
Modifier and Type | Method and Description |
---|---|
void |
checkingOut(AnyObjectId commit,
String path)
Notify checkout of commit
|
void |
cloningSubmodule(String path)
Notify starting to clone a submodule.
|
void |
initializedSubmodules(Collection<String> submodules)
Notify initialized submodules.
|
void initializedSubmodules(Collection<String> submodules)
submodules
- the submodulesvoid cloningSubmodule(String path)
path
- the submodule pathvoid checkingOut(AnyObjectId commit, String path)
commit
- the id of the commit being checked outpath
- the submodule pathCopyright © 2018 Eclipse JGit Project. All rights reserved.