public class PlainConfiguration extends Object implements ConfigurationFile
Modifier and Type | Field and Description |
---|---|
static String |
ACL |
static Character |
COMMENT |
static String |
CONFIG |
static Character |
CONTINUATION |
Constructor and Description |
---|
PlainConfiguration(String name,
EventLoggerProvider eventLogger) |
Modifier and Type | Method and Description |
---|---|
RuleSet |
getConfiguration() |
protected int |
getLine() |
RuleSet |
load(Reader configReader)
Load this configuration file's contents into a
RuleSet . |
protected Map<String,Boolean> |
toPluginProperties(List<String> args)
|
public static final Character COMMENT
public static final Character CONTINUATION
public static final String ACL
public static final String CONFIG
public PlainConfiguration(String name, EventLoggerProvider eventLogger)
public RuleSet load(Reader configReader)
ConfigurationFile
RuleSet
.load
in interface ConfigurationFile
protected int getLine()
public RuleSet getConfiguration()
getConfiguration
in interface ConfigurationFile
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.