Uses of Enum Class
network.ike.docs.plugin.diff.ChangeStatus
Packages that use ChangeStatus
-
Uses of ChangeStatus in network.ike.docs.plugin.diff
Subclasses with type arguments of type ChangeStatus in network.ike.docs.plugin.diffModifier and TypeClassDescriptionenumPer-file status of a compared AsciiDoc source between the two sides of a doc-diff comparison (ike-issues#649).Methods in network.ike.docs.plugin.diff that return ChangeStatusModifier and TypeMethodDescriptionGitSource.Change.status()Returns the value of thestatusrecord component.static ChangeStatusReturns the enum constant of this class with the specified name.static ChangeStatus[]ChangeStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in network.ike.docs.plugin.diff with parameters of type ChangeStatusModifierConstructorDescriptionChange(ChangeStatus status, String oldPath, String newPath) Creates an instance of aChangerecord class.