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 -
Method Summary
Modifier and TypeMethodDescriptioncreateWithConfiguration(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, 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, 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
-