Uses of Enum
org.eclipse.jgit.submodule.SubmoduleStatusType
Packages that use SubmoduleStatusType
-
Uses of SubmoduleStatusType in org.eclipse.jgit.submodule
Subclasses with type arguments of type SubmoduleStatusType in org.eclipse.jgit.submoduleModifier and TypeClassDescriptionenumEnumeration of different statuses that a submodule can be inFields in org.eclipse.jgit.submodule declared as SubmoduleStatusTypeMethods in org.eclipse.jgit.submodule that return SubmoduleStatusTypeModifier and TypeMethodDescriptionSubmoduleStatus.getType()Get typestatic SubmoduleStatusTypeReturns the enum constant of this type with the specified name.static SubmoduleStatusType[]SubmoduleStatusType.values()Returns an array containing the constants of this enum type, 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