public class FileSystemConfigurationCache extends Object implements ConfigurationCache
| Modifier and Type | Field and Description |
|---|---|
private static org.slf4j.Logger |
logger |
private String |
pathPattern |
private Path |
pathRoot |
| Constructor and Description |
|---|
FileSystemConfigurationCache(String pathRoot,
String pathPattern) |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationCacheFileInfo |
getCacheFileInfo(String contentType,
Map<String,List<String>> parameters) |
protected Path |
resolveChildAndVerifyParent(Path parent,
String s) |
private static final org.slf4j.Logger logger
private final Path pathRoot
private final String pathPattern
public FileSystemConfigurationCache(String pathRoot, String pathPattern) throws IOException
IOExceptionprotected Path resolveChildAndVerifyParent(Path parent, String s) throws InvalidParameterException
InvalidParameterExceptionpublic ConfigurationCacheFileInfo getCacheFileInfo(String contentType, Map<String,List<String>> parameters) throws InvalidParameterException
getCacheFileInfo in interface ConfigurationCacheInvalidParameterExceptionCopyright © 2017 Apache NiFi Project. All rights reserved.