public abstract class SingleInputPreprocessor<T> extends AbstractPreprocessorPlugin
ConvertService
is used so that any single unresolved module that is
convertible with the type of this preprocessor can be satisfied. For example,
if there is a single unresolved S
parameter, and a Converter
exists from T
to S
, then the parameter can be resolved by
this preprocessor.Constructor and Description |
---|
SingleInputPreprocessor(Class<T> inputType) |
Modifier and Type | Method and Description |
---|---|
abstract T |
getValue()
Gets the single input value to populate.
|
void |
process(Module module) |
cancel, getCancelReason, isCanceled
context, getContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
context, getContext, setContext
Copyright © 2014–2022 ImageJ. All rights reserved.