Package com.io7m.changelog.xml
Class CAtomChangelogWriters
java.lang.Object
com.io7m.changelog.xml.CAtomChangelogWriters
- All Implemented Interfaces:
CChangelogWriterProviderType,CAtomChangelogWriterProviderType
A provider for Atom feed writers.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateWithConfiguration(CAtomChangelogWriterConfiguration in_configuration, URI in_uri, OutputStream in_stream) Create a writer with the given configuration.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.io7m.changelog.xml.api.CAtomChangelogWriterProviderType
create
-
Constructor Details
-
CAtomChangelogWriters
public CAtomChangelogWriters()Instantiate a provider.
-
-
Method Details
-
createWithConfiguration
public CAtomChangelogWriterType createWithConfiguration(CAtomChangelogWriterConfiguration in_configuration, URI in_uri, OutputStream in_stream) throws IOException Description 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:
IOException- On I/O errors
-