Callable<Map<String,SubmoduleStatus>>public class SubmoduleStatusCommand extends GitCommand<Map<String,SubmoduleStatus>>
repo| Constructor | Description |
|---|---|
SubmoduleStatusCommand(Repository repo) |
| Modifier and Type | Method | Description |
|---|---|---|
SubmoduleStatusCommand |
addPath(String path) |
Add repository-relative submodule path to limit status reporting to
|
Map<String,SubmoduleStatus> |
call() |
Executes the command
|
checkCallable, getRepository, setCallablepublic SubmoduleStatusCommand(Repository repo)
repo - public SubmoduleStatusCommand addPath(String path)
path - (with / as separator)public Map<String,SubmoduleStatus> call() throws GitAPIException
GitCommandcall in interface Callable<Map<String,SubmoduleStatus>>call in class GitCommand<Map<String,SubmoduleStatus>>GitAPIException - or subclass thereof when an error occursCopyright © 2018. All rights reserved.