public interface ContentProcessor
Modifier and Type | Method and Description |
---|---|
void |
processInputs(ProcessorContext context)
Implementations of this method should read the watch-folder input from the supplied
context, process the input as per their own internal logic and write the outputs back
to the context.
|
void processInputs(ProcessorContext context) throws Exception
context
- The context which supplies the watch-folder inputs and configuration parameters, and
acts as a placeholder for the results to be written out.Exception
- If an error occurs during input processing.Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.