public class ConfigurationBuilder extends Object
| Modifier and Type | Class and Description |
|---|---|
protected class |
ConfigurationBuilder.KeyGeneratorConfig |
protected class |
ConfigurationBuilder.TableConfig |
| Constructor and Description |
|---|
ConfigurationBuilder(InputStream inputStream) |
ConfigurationBuilder(Reader reader) |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
parse() |
protected void |
parseFromReader(Reader reader) |
protected void |
parseFromStream(InputStream inputStream) |
public ConfigurationBuilder(InputStream inputStream)
public ConfigurationBuilder(Reader reader)
protected void parseFromStream(InputStream inputStream) throws IOException
IOExceptionprotected void parseFromReader(Reader reader) throws IOException
IOExceptionpublic Configuration parse()
Copyright © 2006–2018 TinyGroup. All rights reserved.