Package com.io7m.changelog.xml
Class CAtomChangelogWriters
java.lang.Object
com.io7m.changelog.xml.CAtomChangelogWriters
- All Implemented Interfaces:
CChangelogWriterProviderType,CAtomChangelogWriterProviderType
public final class CAtomChangelogWriters extends java.lang.Object implements CAtomChangelogWriterProviderType
A provider for Atom feed writers.
-
Constructor Summary
Constructors Constructor Description CAtomChangelogWriters()Instantiate a provider. -
Method Summary
Modifier and Type Method Description CAtomChangelogWriterTypecreateWithConfiguration(CAtomChangelogWriterConfiguration in_configuration, java.net.URI in_uri, java.io.OutputStream in_stream)Create a writer with the given configuration.
-
Constructor Details
-
CAtomChangelogWriters
public CAtomChangelogWriters()Instantiate a provider.
-
-
Method Details
-
createWithConfiguration
public CAtomChangelogWriterType createWithConfiguration(CAtomChangelogWriterConfiguration in_configuration, java.net.URI in_uri, java.io.OutputStream in_stream) throws java.io.IOExceptionDescription copied from interface:CAtomChangelogWriterProviderTypeCreate a writer with the given configuration.- Specified by:
createWithConfigurationin interfaceCAtomChangelogWriterProviderType- Parameters:
in_configuration- The atom feed configurationin_uri- The output URI, for diagnostic purposesin_stream- The output stream- Returns:
- A writer
- Throws:
java.io.IOException- On I/O errors
-