| Package | Description |
|---|---|
| one.microstream.configuration.types |
| Modifier and Type | Class and Description |
|---|---|
static class |
ConfigurationStorer.FileStorer |
static class |
ConfigurationStorer.OutputStreamStorer |
static class |
ConfigurationStorer.PathStorer |
static class |
ConfigurationStorer.UrlStorer |
| Modifier and Type | Method and Description |
|---|---|
static ConfigurationStorer |
ConfigurationStorer.New(File file)
Pseudo-constructor method to create a new
ConfigurationStorer. |
static ConfigurationStorer |
ConfigurationStorer.New(File file,
Charset charset)
Pseudo-constructor method to create a new
ConfigurationStorer. |
static ConfigurationStorer |
ConfigurationStorer.New(OutputStream outputStream)
Pseudo-constructor method to create a new
ConfigurationStorer. |
static ConfigurationStorer |
ConfigurationStorer.New(OutputStream outputStream,
Charset charset)
Pseudo-constructor method to create a new
ConfigurationStorer. |
static ConfigurationStorer |
ConfigurationStorer.New(Path path)
Pseudo-constructor method to create a new
ConfigurationStorer. |
static ConfigurationStorer |
ConfigurationStorer.New(Path path,
Charset charset)
Pseudo-constructor method to create a new
ConfigurationStorer. |
static ConfigurationStorer |
ConfigurationStorer.New(URL url)
Pseudo-constructor method to create a new
ConfigurationStorer. |
static ConfigurationStorer |
ConfigurationStorer.New(URL url,
Charset charset)
Pseudo-constructor method to create a new
ConfigurationStorer. |
| Modifier and Type | Method and Description |
|---|---|
default void |
Configuration.store(ConfigurationStorer storer,
ConfigurationAssembler assembler)
Stores this configuration to an external target.
|
Copyright © 2022 MicroStream Software. All rights reserved.