- java.lang.Object
-
- com.io7m.changelog.xml.CAtomChangelogWriters
-
- All Implemented Interfaces:
CChangelogWriterProviderType,CAtomChangelogWriterProviderType
public final class CAtomChangelogWriters extends Object implements CAtomChangelogWriterProviderType
A provider for Atom feed writers.
-
-
Constructor Summary
Constructors Constructor Description CAtomChangelogWriters()Instantiate a provider.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CAtomChangelogWriterTypecreateWithConfiguration(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, wait
-
Methods inherited from interface com.io7m.changelog.xml.api.CAtomChangelogWriterProviderType
create
-
-
-
-
Method Detail
-
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
-
-