public interface ProcessorFactory
ProcessorFactory
is a service which creates
Processor
s on demand. The processor is used to rewrite
the generated content.
The factory is referenced using a service property named
'pipeline.type'. Each factory should have a unique value
for this property.Modifier and Type | Method and Description |
---|---|
Processor |
createProcessor()
Create a new processor.
|
Processor createProcessor()
Copyright © 2010 - 2020 Adobe. All Rights Reserved