class PropertiesVariableRegistry extends FileVariableRegistry
registry
Constructor and Description |
---|
PropertiesVariableRegistry(File... files) |
PropertiesVariableRegistry(Path... paths) |
PropertiesVariableRegistry(Properties... properties) |
Modifier and Type | Method and Description |
---|---|
private void |
addVariables(Properties... properties) |
protected Map<String,String> |
convertFile(File file) |
private Map<String,String> |
convertToMap(Properties properties) |
addRegistry, addVariables, getVariableNames, getVariables, getVariableValue
PropertiesVariableRegistry(File... files) throws IOException
IOException
PropertiesVariableRegistry(Path... paths) throws IOException
IOException
PropertiesVariableRegistry(Properties... properties)
private void addVariables(Properties... properties)
protected Map<String,String> convertFile(File file) throws IOException
convertFile
in class FileVariableRegistry
IOException
private Map<String,String> convertToMap(Properties properties)
Copyright © 2016 Apache NiFi Project. All rights reserved.