public class StandardParameterContextManager extends Object implements ParameterContextManager
| Modifier and Type | Field and Description |
|---|---|
private Map<String,ParameterContext> |
parameterContexts |
| Constructor and Description |
|---|
StandardParameterContextManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
addParameterContext(ParameterContext parameterContext) |
ParameterContext |
getParameterContext(String id) |
Set<ParameterContext> |
getParameterContexts() |
ParameterContext |
removeParameterContext(String parameterContextId) |
private final Map<String,ParameterContext> parameterContexts
public ParameterContext getParameterContext(String id)
getParameterContext in interface ParameterContextManagerpublic void addParameterContext(ParameterContext parameterContext)
addParameterContext in interface ParameterContextManagerpublic ParameterContext removeParameterContext(String parameterContextId)
removeParameterContext in interface ParameterContextManagerpublic Set<ParameterContext> getParameterContexts()
getParameterContexts in interface ParameterContextManagerCopyright © 2021 Apache NiFi Project. All rights reserved.