CChangelogWriterProviderTypeCPlainChangelogWriterspublic interface CPlainChangelogWriterProviderType extends CChangelogWriterProviderType
| Modifier and Type | Method | Description |
|---|---|---|
default CPlainChangelogWriterType |
create(java.net.URI uri,
java.io.OutputStream stream) |
Create a new writer.
|
CPlainChangelogWriterType |
createWithConfiguration(CPlainChangelogWriterConfiguration config,
java.net.URI uri,
java.io.OutputStream stream) |
Create a writer with the given configuration.
|
default CPlainChangelogWriterType create(java.net.URI uri, java.io.OutputStream stream) throws java.io.IOException
CChangelogWriterProviderTypecreate in interface CChangelogWriterProviderTypeuri - The URI of the stream, for diagnostic messagesstream - The streamjava.io.IOException - On I/O errorsCPlainChangelogWriterType createWithConfiguration(CPlainChangelogWriterConfiguration config, java.net.URI uri, java.io.OutputStream stream) throws java.io.IOException
config - The configurationuri - The URI for diagnostic purposesstream - The output streamjava.io.IOException - On I/O errorsCopyright © 2017 <code@io7m.com> http://io7m.com