Uses of Enum
org.eclipse.jgit.api.SubmoduleDeinitCommand.SubmoduleDeinitStatus
Packages that use SubmoduleDeinitCommand.SubmoduleDeinitStatus
-
Uses of SubmoduleDeinitCommand.SubmoduleDeinitStatus in org.eclipse.jgit.api
Subclasses with type arguments of type SubmoduleDeinitCommand.SubmoduleDeinitStatus in org.eclipse.jgit.apiModifier and TypeClassDescriptionstatic enumThe effect of a submodule deinit command for a given pathFields in org.eclipse.jgit.api declared as SubmoduleDeinitCommand.SubmoduleDeinitStatusMethods in org.eclipse.jgit.api that return SubmoduleDeinitCommand.SubmoduleDeinitStatusModifier and TypeMethodDescriptionSubmoduleDeinitCommand.checkDirty(RevWalk revWalk, String path) Check if a submodule is dirty.SubmoduleDeinitResult.getStatus()Get the status of the commandReturns the enum constant of this type with the specified name.SubmoduleDeinitCommand.SubmoduleDeinitStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.jgit.api with parameters of type SubmoduleDeinitCommand.SubmoduleDeinitStatusModifier and TypeMethodDescriptionvoidSubmoduleDeinitResult.setStatus(SubmoduleDeinitCommand.SubmoduleDeinitStatus status) Set the status of the commandConstructors in org.eclipse.jgit.api with parameters of type SubmoduleDeinitCommand.SubmoduleDeinitStatusModifierConstructorDescriptionConstructor for SubmoduleDeinitResult