Uses of Class
org.eclipse.jgit.submodule.SubmoduleStatus
-
Packages that use SubmoduleStatus Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit). -
-
Uses of SubmoduleStatus in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return SubmoduleStatus Modifier and Type Method Description private SubmoduleStatus
SubmoduleStatusCommand. getStatus(SubmoduleWalk generator)
Methods in org.eclipse.jgit.api that return types with arguments of type SubmoduleStatus Modifier and Type Method Description java.util.Map<java.lang.String,SubmoduleStatus>
SubmoduleStatusCommand. call()
-