public static interface CloneCommand.Callback
Modifier and Type | Method and Description |
---|---|
void |
checkingOut(AnyObjectId commit,
java.lang.String path)
Notify checkout of commit
|
void |
cloningSubmodule(java.lang.String path)
Notify starting to clone a submodule.
|
void |
initializedSubmodules(java.util.Collection<java.lang.String> submodules)
Notify initialized submodules.
|
void initializedSubmodules(java.util.Collection<java.lang.String> submodules)
submodules
- the submodulesvoid cloningSubmodule(java.lang.String path)
path
- the submodule pathvoid checkingOut(AnyObjectId commit, java.lang.String path)
commit
- the id of the commit being checked outpath
- the submodule path