Uses of Enum Class
net.thevpc.common.diff.jar.DiffStatus
Packages that use DiffStatus
-
Uses of DiffStatus in net.thevpc.common.diff.jar
Subclasses with type arguments of type DiffStatus in net.thevpc.common.diff.jarMethods in net.thevpc.common.diff.jar that return DiffStatusModifier and TypeMethodDescriptionAbstractDiffItem.getStatus()AbstractDiffItemCreateContext.getStatus()DiffItem.getStatus()DiffItemCreateContext.getStatus()static DiffStatusReturns the enum constant of this class with the specified name.static DiffStatus[]DiffStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.thevpc.common.diff.jar with parameters of type DiffStatusModifier and TypeMethodDescriptionAbstractDiffCommand.createChildItem(DiffKey name, DiffStatus status, String sourceValue, String targetValue, DiffEvalContext diffEvalContext) DiffCommand.createChildItem(DiffKey name, DiffStatus status, String sourceValue, String targetValue, DiffEvalContext diffEvalContext) AbstractDiffCommand.createContext(DiffKey name, DiffStatus kind, String sourceValue, String targetValue, DiffEvalContext diffEvalContext) Constructors in net.thevpc.common.diff.jar with parameters of type DiffStatusModifierConstructorDescriptionAbstractDiffItem(String kind, String name, DiffStatus status, String description, List<DiffItem> details) AbstractDiffItemCreateContext(DiffKey key, DiffStatus status, String sourceValue, String targetValue, DiffCommand diffCommand, DiffEvalContext diffEvalContext) DefaultDiffItem(String kind, String name, DiffStatus status, String description, List<DiffItem> details) DefaultDiffItemCreateContext(DiffKey name, DiffStatus status, String sourceValue, String targetValue, DiffCommand diffCommand, DiffEvalContext diffEvalContext) DiffItemJavaClass(String name, DiffStatus kind, String desc, List<DiffItem> details)