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