Uses of Interface
com.io7m.changelog.xml.api.CAtomChangelogWriterType
-
Packages that use CAtomChangelogWriterType Package Description com.io7m.changelog.xml XML processing.com.io7m.changelog.xml.api XML API. -
-
Uses of CAtomChangelogWriterType in com.io7m.changelog.xml
Methods in com.io7m.changelog.xml that return CAtomChangelogWriterType Modifier and Type Method Description CAtomChangelogWriterTypeCAtomChangelogWriters. createWithConfiguration(CAtomChangelogWriterConfiguration in_configuration, URI in_uri, OutputStream in_stream) -
Uses of CAtomChangelogWriterType in com.io7m.changelog.xml.api
Methods in com.io7m.changelog.xml.api that return CAtomChangelogWriterType Modifier and Type Method Description CAtomChangelogWriterTypeCAtomChangelogWriterProviderType. createWithConfiguration(CAtomChangelogWriterConfiguration configuration, URI uri, OutputStream stream)Create a writer with the given configuration.
-