public class SubmoduleStatusCommand extends GitCommand<Map<String,SubmoduleStatus>>
repo| Constructor and Description | 
|---|
SubmoduleStatusCommand(Repository repo)
Constructor for SubmoduleStatusCommand. 
 | 
| 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 - a Repository object.public SubmoduleStatusCommand addPath(String path)
path - (with / as separator)public Map<String,SubmoduleStatus> call() throws GitAPIException
Execute the command
call in interface Callable<Map<String,SubmoduleStatus>>call in class GitCommand<Map<String,SubmoduleStatus>>GitAPIExceptionCopyright © 2018 Eclipse JGit Project. All rights reserved.