Uses of Enum Class
network.ike.plugin.scaffold.ScaffoldReverter.Outcome.Kind
Packages that use ScaffoldReverter.Outcome.Kind
-
Uses of ScaffoldReverter.Outcome.Kind in network.ike.plugin.scaffold
Subclasses with type arguments of type ScaffoldReverter.Outcome.Kind in network.ike.plugin.scaffoldMethods in network.ike.plugin.scaffold that return ScaffoldReverter.Outcome.KindModifier and TypeMethodDescriptionScaffoldReverter.Outcome.kind()Returns the value of thekindrecord component.Returns the enum constant of this class with the specified name.static ScaffoldReverter.Outcome.Kind[]ScaffoldReverter.Outcome.Kind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in network.ike.plugin.scaffold with parameters of type ScaffoldReverter.Outcome.KindModifierConstructorDescriptionOutcome(String dest, ScaffoldReverter.Outcome.Kind kind, String message, boolean removedFromLockfile) Creates an instance of aOutcomerecord class.