Uses of Enum
spoon.support.compiler.SpoonProgress.Process
Packages that use SpoonProgress.Process
-
Uses of SpoonProgress.Process in spoon.support.compiler
Methods in spoon.support.compiler that return SpoonProgress.ProcessModifier and TypeMethodDescriptionstatic SpoonProgress.ProcessReturns the enum constant of this type with the specified name.static SpoonProgress.Process[]SpoonProgress.Process.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in spoon.support.compiler with parameters of type SpoonProgress.ProcessModifier and TypeMethodDescriptionvoidProgressLogger.end(SpoonProgress.Process process)default voidSpoonProgress.end(SpoonProgress.Process process)is called when a new process is startedvoidProgressLogger.start(SpoonProgress.Process process)default voidSpoonProgress.start(SpoonProgress.Process process)is called when a new process is startedvoidProgressLogger.step(SpoonProgress.Process process, String task)voidProgressLogger.step(SpoonProgress.Process process, String task, int taskId, int nbTask)default voidSpoonProgress.step(SpoonProgress.Process process, String task)is called when a step in the precess is starteddefault voidSpoonProgress.step(SpoonProgress.Process process, String task, int taskId, int nbTask)is called when a step in the precess is started