public class SaveInputsPreprocessor extends AbstractPreprocessorPlugin
This preprocessor runs late in the chain, giving other preprocessors every
chance to populate the inputs first. In particular, it executes after the
InputHarvester has run, so that user-specified values
are persisted for next time.
| Constructor and Description |
|---|
SaveInputsPreprocessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
process(Module module)
Performs a processing step on the given module instance.
|
cancel, getCancelReason, isCanceledcontext, getContext, setContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontext, getContext, setContextpublic void process(Module module)
ModuleProcessorCopyright © 2009–2015 SciJava. All rights reserved.