Uses of Interface
com.io7m.changelog.writer.api.CChangelogWriterType
-
Packages that use CChangelogWriterType Package Description com.io7m.changelog.text.api Text API.com.io7m.changelog.writer.api Writer API.com.io7m.changelog.xml.api XML API. -
-
Uses of CChangelogWriterType in com.io7m.changelog.text.api
Subinterfaces of CChangelogWriterType in com.io7m.changelog.text.api Modifier and Type Interface Description interfaceCPlainChangelogWriterTypeThe type of plain text writers. -
Uses of CChangelogWriterType in com.io7m.changelog.writer.api
Methods in com.io7m.changelog.writer.api that return CChangelogWriterType Modifier and Type Method Description CChangelogWriterTypeCChangelogWriterProviderType. create(URI uri, OutputStream stream)Create a new writer. -
Uses of CChangelogWriterType in com.io7m.changelog.xml.api
Subinterfaces of CChangelogWriterType in com.io7m.changelog.xml.api Modifier and Type Interface Description interfaceCAtomChangelogWriterTypeThe type of Atom feed writers.interfaceCXHTMLChangelogWriterTypeThe type of XHTML writers.interfaceCXMLChangelogWriterTypeThe type of XML writers.Methods in com.io7m.changelog.xml.api that return CChangelogWriterType Modifier and Type Method Description default CChangelogWriterTypeCAtomChangelogWriterProviderType. create(URI uri, OutputStream stream)
-