Uses of Enum
io.helidon.build.devloop.ChangeType
Packages that use ChangeType
-
Uses of ChangeType in io.helidon.build.devloop
Methods in io.helidon.build.devloop that return ChangeTypeModifier and TypeMethodDescriptionstatic ChangeTypeReturns the enum constant of this type with the specified name.static ChangeType[]ChangeType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.helidon.build.devloop with parameters of type ChangeTypeModifier and TypeMethodDescriptionvoidBuildMonitor.onChanged(int cycleNumber, ChangeType type) Called when project changes have been detected.