Package com.io7m.changelog.xml
Class CXMLChangelogWriters
java.lang.Object
com.io7m.changelog.xml.CXMLChangelogWriters
- All Implemented Interfaces:
CChangelogWriterProviderType,CXMLChangelogWriterProviderType
A provider for XML writers.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(URI in_uri, OutputStream in_stream) Create a new writer.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.io7m.changelog.xml.api.CXMLChangelogWriterProviderType
write
-
Constructor Details
-
CXMLChangelogWriters
public CXMLChangelogWriters()Instantiate a provider.
-
-
Method Details
-
create
Description copied from interface:CChangelogWriterProviderTypeCreate a new writer.- Specified by:
createin interfaceCChangelogWriterProviderType- Specified by:
createin interfaceCXMLChangelogWriterProviderType- Parameters:
in_uri- The URI of the stream, for diagnostic messagesin_stream- The stream- Returns:
- A new writer
- Throws:
IOException- On I/O errors
-