public class ConfigReader extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ConfigReader.AbstractEnvironmentPropertyVariable |
static class |
ConfigReader.CompositeVariable |
static class |
ConfigReader.ConfigException |
static class |
ConfigReader.EnvironmentVariable |
static class |
ConfigReader.InvalidFormatException |
static class |
ConfigReader.PropertyVariable |
static class |
ConfigReader.State |
class |
ConfigReader.StateHolder |
static class |
ConfigReader.UnsupportedOperationException |
static interface |
ConfigReader.Variable |
Constructor and Description |
---|
ConfigReader() |
Modifier and Type | Method and Description |
---|---|
protected Object |
decodeValue(String string_in) |
static Map<String,Object> |
flatTree(Map<String,Object> props) |
Map<String,Object> |
read(File f) |
Map<String,Object> |
read(Reader reader) |
protected void |
setBeanDefinitionValue(Object val) |
public Map<String,Object> read(Reader reader) throws IOException, ConfigReader.ConfigException
public Map<String,Object> read(File f) throws IOException, ConfigReader.ConfigException
protected void setBeanDefinitionValue(Object val)
Copyright © 2004–2021 "Tigase, Inc.". All rights reserved.