public class SubmoduleInitCommand extends GitCommand<Collection<String>>
repo| Constructor and Description |
|---|
SubmoduleInitCommand(Repository repo) |
| Modifier and Type | Method and Description |
|---|---|
SubmoduleInitCommand |
addPath(String path)
Add repository-relative submodule path to initialize
|
Collection<String> |
call() |
checkCallable, getRepository, setCallablepublic SubmoduleInitCommand(Repository repo)
repo - public SubmoduleInitCommand addPath(String path)
path - public Collection<String> call() throws JGitInternalException
JGitInternalExceptionCopyright © 2012. All Rights Reserved.