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()
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 © 2016 Eclipse JGit Project. All rights reserved.