Public Member Functions | |
void | init (JismContext ctx, ProgressHandler ph, String...args) |
Plugin initialisation. | |
void | run () |
Plugin execution. | |
void | write () |
Write output. | |
String | getOutputName () |
Output name. |
void org.miv.jism.core.JismPlugin.init | ( | JismContext | ctx, | |
ProgressHandler | ph, | |||
String... | args | |||
) |
Plugin initialisation.
ctx | execution context | |
ph | progress handler, use to show plugin evolution | |
args | optionnal args |