Package spoon.support.compiler
Class ProgressLogger
java.lang.Object
spoon.support.compiler.ProgressLogger
- All Implemented Interfaces:
SpoonProgress
-
Nested Class Summary
Nested classes/interfaces inherited from interface spoon.support.compiler.SpoonProgress
SpoonProgress.Process
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
end(SpoonProgress.Process process)
is called when a new process is startedvoid
start(SpoonProgress.Process process)
is called when a new process is startedvoid
step(SpoonProgress.Process process, String task)
is called when a step in the precess is startedvoid
step(SpoonProgress.Process process, String task, int taskId, int nbTask)
is called when a step in the precess is started
-
Constructor Details
-
ProgressLogger
-
-
Method Details
-
start
Description copied from interface:SpoonProgress
is called when a new process is started- Specified by:
start
in interfaceSpoonProgress
- Parameters:
process
- the started process
-
step
Description copied from interface:SpoonProgress
is called when a step in the precess is started- Specified by:
step
in interfaceSpoonProgress
- Parameters:
process
- the current processtask
- the task that has been processedtaskId
- the task idnbTask
- the number of task in the process
-
step
Description copied from interface:SpoonProgress
is called when a step in the precess is started- Specified by:
step
in interfaceSpoonProgress
- Parameters:
process
- the current processtask
- the task that has been processed
-
end
Description copied from interface:SpoonProgress
is called when a new process is started- Specified by:
end
in interfaceSpoonProgress
- Parameters:
process
- the finished process
-