| Package | Description |
|---|---|
| one.microstream.configuration.types |
| Modifier and Type | Class and Description |
|---|---|
static class |
ConfigurationLoader.FileLoader |
static class |
ConfigurationLoader.InputStreamLoader |
static class |
ConfigurationLoader.PathLoader |
static class |
ConfigurationLoader.UrlLoader |
| Modifier and Type | Method and Description |
|---|---|
static ConfigurationLoader |
ConfigurationLoader.New(File file)
Tries to load the configuration from
file. |
static ConfigurationLoader |
ConfigurationLoader.New(File file,
Charset charset)
Tries to load the configuration from
file. |
static ConfigurationLoader |
ConfigurationLoader.New(InputStream inputStream)
Tries to load the configuration from the
InputStream inputStream. |
static ConfigurationLoader |
ConfigurationLoader.New(InputStream inputStream,
Charset charset)
Tries to load the configuration from the
InputStream inputStream. |
static ConfigurationLoader |
ConfigurationLoader.New(Path path)
Tries to load the configuration from
path. |
static ConfigurationLoader |
ConfigurationLoader.New(Path path,
Charset charset)
Tries to load the configuration from
path. |
static ConfigurationLoader |
ConfigurationLoader.New(String path)
Loads the configuration from the given resource.
|
static ConfigurationLoader |
ConfigurationLoader.New(String path,
Charset charset)
Loads the configuration from the given resource.
|
static ConfigurationLoader |
ConfigurationLoader.New(URL url)
Tries to load the configuration from the URL
url. |
static ConfigurationLoader |
ConfigurationLoader.New(URL url,
Charset charset)
Tries to load the configuration from the URL
url. |
| Modifier and Type | Method and Description |
|---|---|
default Configuration.Builder |
Configuration.Builder.load(ConfigurationLoader loader,
ConfigurationParser parser)
Loads values and child-configurations from the specified source into this builder.
|
static Configuration |
Configuration.Load(ConfigurationLoader loader,
ConfigurationParser parser)
Convenience method to load a configuration from an external source.
|
Copyright © 2022 MicroStream Software. All rights reserved.