CChangelogWriterProviderTypeCAtomChangelogWriterspublic interface CAtomChangelogWriterProviderType extends CChangelogWriterProviderType
| Modifier and Type | Method | Description |
|---|---|---|
default CChangelogWriterType |
create(URI uri,
OutputStream stream) |
Create a new writer.
|
CAtomChangelogWriterType |
createWithConfiguration(CAtomChangelogWriterConfiguration configuration,
URI uri,
OutputStream stream) |
Create a writer with the given configuration.
|
default CChangelogWriterType create(URI uri, OutputStream stream) throws IOException
CChangelogWriterProviderTypecreate in interface CChangelogWriterProviderTypeuri - The URI of the stream, for diagnostic messagesstream - The streamIOException - On I/O errorsCAtomChangelogWriterType createWithConfiguration(CAtomChangelogWriterConfiguration configuration, URI uri, OutputStream stream) throws IOException
configuration - The atom feed configurationuri - The output URI, for diagnostic purposesstream - The output streamIOException - On I/O errorsCopyright © 2018 <code@io7m.com> http://io7m.com