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, setCallable
public SubmoduleInitCommand(Repository repo)
repo
- public SubmoduleInitCommand addPath(String path)
path
- public Collection<String> call() throws JGitInternalException
JGitInternalException
Copyright © 2012. All Rights Reserved.