Uses of Enum Class
org.eclipse.jgit.submodule.SubmoduleStatusType
Packages that use SubmoduleStatusType
-
Uses of SubmoduleStatusType in org.eclipse.jgit.submodule
Methods in org.eclipse.jgit.submodule that return SubmoduleStatusTypeModifier and TypeMethodDescriptionSubmoduleStatus.getType()
Get typestatic SubmoduleStatusType
Returns the enum constant of this class with the specified name.static SubmoduleStatusType[]
SubmoduleStatusType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.eclipse.jgit.submodule with parameters of type SubmoduleStatusTypeModifierConstructorDescriptionSubmoduleStatus
(SubmoduleStatusType type, String path, ObjectId indexId) Create submodule statusSubmoduleStatus
(SubmoduleStatusType type, String path, ObjectId indexId, ObjectId headId) Create submodule status