@ProviderType
public interface ConfigurationWriter
ConfigurationWriter.Builder
.Modifier and Type | Interface and Description |
---|---|
static interface |
ConfigurationWriter.Builder
Builder to create a writer.
|
Modifier and Type | Method and Description |
---|---|
void |
writeConfiguration(Dictionary<String,Object> properties)
Write a single configuration to the provided writer.
|
void |
writeConfigurationResource(ConfigurationResource resource)
Write a configuration resource to the provided writer.
|
void writeConfiguration(Dictionary<String,Object> properties) throws IOException
properties
- The configurationIOException
- If writing failsvoid writeConfigurationResource(ConfigurationResource resource) throws IOException
resource
- The configuration resourceIOException
- If writing failsCopyright © 2006–2021 The Apache Software Foundation. All rights reserved.