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 java.lang.Object implements CPlainChangelogWriterProviderType
A provider of plain-text changelog writers.
-
Constructor Summary
Constructors Constructor Description CPlainChangelogWriters()Instantiate a writer provider. -
Method Summary
Modifier and Type Method Description CPlainChangelogWriterTypecreateWithConfiguration(CPlainChangelogWriterConfiguration config, java.net.URI uri, java.io.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, waitMethods inherited from interface com.io7m.changelog.text.api.CPlainChangelogWriterProviderType
create
-
Constructor Details
-
CPlainChangelogWriters
public CPlainChangelogWriters()Instantiate a writer provider.
-
-
Method Details
-
createWithConfiguration
public CPlainChangelogWriterType createWithConfiguration(CPlainChangelogWriterConfiguration config, java.net.URI uri, java.io.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
-