Package com.io7m.changelog.text.vanilla
Class CPlainChangelogWriters
- java.lang.Object
-
- com.io7m.changelog.text.vanilla.CPlainChangelogWriters
-
- All Implemented Interfaces:
CPlainChangelogWriterProviderType,CChangelogWriterProviderType
public final class CPlainChangelogWriters extends Object implements CPlainChangelogWriterProviderType
A provider of plain-text changelog writers.
-
-
Constructor Summary
Constructors Constructor Description CPlainChangelogWriters()Instantiate a writer provider.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CPlainChangelogWriterTypecreateWithConfiguration(CPlainChangelogWriterConfiguration config, URI uri, OutputStream 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.text.api.CPlainChangelogWriterProviderType
create
-
-
-
-
Method Detail
-
createWithConfiguration
public CPlainChangelogWriterType createWithConfiguration(CPlainChangelogWriterConfiguration config, URI uri, OutputStream stream)
Description copied from interface:CPlainChangelogWriterProviderTypeCreate a writer with the given configuration.- Specified by:
createWithConfigurationin interfaceCPlainChangelogWriterProviderType- Parameters:
config- The configurationuri- The URI for diagnostic purposesstream- The output stream- Returns:
- A writer
-
-