public interface OutputProcessorFactory
Lookup
(see ServiceProvider
).Modifier and Type | Method and Description |
---|---|
Set<? extends OutputProcessor> |
createProcessorsSet(Project project) |
Set<? extends OutputProcessor> createProcessorsSet(Project project)
project
- the project associated with the output, can be null.
returns a Set of OutputProcessor
instances or empty set, never null.