CChangelogWriterProviderTypeCAtomChangelogWriterspublic interface CAtomChangelogWriterProviderType extends CChangelogWriterProviderType
| Modifier and Type | Method | Description |
|---|---|---|
default CChangelogWriterType |
create(java.net.URI uri,
java.io.OutputStream stream) |
Create a new writer.
|
CAtomChangelogWriterType |
createWithConfiguration(CAtomChangelogWriterConfiguration configuration,
java.net.URI uri,
java.io.OutputStream stream) |
Create a writer with the given configuration.
|
default CChangelogWriterType 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 errorsCAtomChangelogWriterType createWithConfiguration(CAtomChangelogWriterConfiguration configuration, java.net.URI uri, java.io.OutputStream stream) throws java.io.IOException
configuration - The atom feed configurationuri - The output URI, for diagnostic purposesstream - The output streamjava.io.IOException - On I/O errorsCopyright © 2017 <code@io7m.com> http://io7m.com