Uses of Enum
spoon.support.compiler.SpoonProgress.Process
-
Uses of SpoonProgress.Process in spoon.support.compiler
Modifier and TypeMethodDescriptionstatic SpoonProgress.Process
Returns 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.Modifier and TypeMethodDescriptionvoid
ProgressLogger.end(SpoonProgress.Process process)
default void
SpoonProgress.end(SpoonProgress.Process process)
is called when a new process is startedvoid
ProgressLogger.start(SpoonProgress.Process process)
default void
SpoonProgress.start(SpoonProgress.Process process)
is called when a new process is startedvoid
ProgressLogger.step(SpoonProgress.Process process, String task)
void
ProgressLogger.step(SpoonProgress.Process process, String task, int taskId, int nbTask)
default void
SpoonProgress.step(SpoonProgress.Process process, String task)
is called when a step in the precess is starteddefault void
SpoonProgress.step(SpoonProgress.Process process, String task, int taskId, int nbTask)
is called when a step in the precess is started