-
Methods in org.bytemechanics.config.manager that return types with arguments of type Config
Modifier and Type |
Method |
Description |
java.util.stream.Stream<Config> |
ConfigManager.read(java.net.URI _location) |
Reads the uri location if possible returning a configuration stream
|
java.util.stream.Stream<Config> |
ConfigManagerImpl.read(java.net.URI _location) |
|
protected java.util.stream.Stream<Config> |
ConfigManagerImpl.read(java.net.URI _location,
java.io.Reader _reader) |
Read configuration from the given _reader population as stream
|
java.util.stream.Stream<Config> |
ConfigManager.stream() |
Reads all configured locations and return as stream
|
java.util.stream.Stream<Config> |
ConfigManagerImpl.stream() |
|
Method parameters in org.bytemechanics.config.manager with type arguments of type Config
Modifier and Type |
Method |
Description |
void |
ConfigManager.write(java.net.URI _location,
java.util.stream.Stream<Config> _config) |
Utility method to update configuration locations when possible
|
protected void |
ConfigManagerImpl.write(java.net.URI _location,
java.io.Writer _writer,
java.util.stream.Stream<Config> _config) |
Write configuration to the given _writer from the given _config stream
|
void |
ConfigManagerImpl.write(java.net.URI _location,
java.util.stream.Stream<Config> _config) |
|
-
Method parameters in org.bytemechanics.config.manager.internal with type arguments of type Config
Modifier and Type |
Method |
Description |
void |
ConfigParser.write(java.io.Writer _writer,
java.util.stream.Stream<Config> _config) |
|
static void |
ConfigParserFactory.write(java.io.Writer _writer,
java.net.URI _location,
java.util.stream.Stream<Config> _config) |
|