public class PipelineRegistry extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
LOGGER |
| Constructor and Description |
|---|
PipelineRegistry(PropertiesProvider propertiesProvider) |
| Modifier and Type | Method and Description |
|---|---|
Pipeline |
get(Pipeline.Type type) |
Set<Pipeline.Type> |
getPipelineTypes() |
void |
load() |
void |
register(Class<? extends Pipeline> pipelineClass) |
void |
register(Pipeline.Type type) |
public PipelineRegistry(PropertiesProvider propertiesProvider)
public Pipeline get(Pipeline.Type type)
public Set<Pipeline.Type> getPipelineTypes()
public void register(Pipeline.Type type)
public void load()
throws FileNotFoundException
FileNotFoundExceptionCopyright © 2020 ICIJ. All rights reserved.