Uses of Interface
com.io7m.changelog.text.api.CPlainChangelogWriterType
-
Packages that use CPlainChangelogWriterType Package Description com.io7m.changelog.text.api Text API.com.io7m.changelog.text.vanilla Default text implementation. -
-
Uses of CPlainChangelogWriterType in com.io7m.changelog.text.api
Methods in com.io7m.changelog.text.api that return CPlainChangelogWriterType Modifier and Type Method Description default CPlainChangelogWriterTypeCPlainChangelogWriterProviderType. create(URI uri, OutputStream stream)CPlainChangelogWriterTypeCPlainChangelogWriterProviderType. createWithConfiguration(CPlainChangelogWriterConfiguration config, URI uri, OutputStream stream)Create a writer with the given configuration. -
Uses of CPlainChangelogWriterType in com.io7m.changelog.text.vanilla
Methods in com.io7m.changelog.text.vanilla that return CPlainChangelogWriterType Modifier and Type Method Description CPlainChangelogWriterTypeCPlainChangelogWriters. createWithConfiguration(CPlainChangelogWriterConfiguration config, URI uri, OutputStream stream)
-