- java.lang.Object
-
- com.io7m.changelog.xml.CXHTMLChangelogWriters
-
- All Implemented Interfaces:
CChangelogWriterProviderType,CXHTMLChangelogWriterProviderType
public final class CXHTMLChangelogWriters extends Object implements CXHTMLChangelogWriterProviderType
A provider for XHTML writers.
-
-
Constructor Summary
Constructors Constructor Description CXHTMLChangelogWriters()Instantiate a provider.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CXHTMLChangelogWriterTypecreate(URI in_uri, OutputStream in_stream)Create a new writer.
-
-
-
Method Detail
-
create
public CXHTMLChangelogWriterType create(URI in_uri, OutputStream in_stream) throws IOException
Description copied from interface:CChangelogWriterProviderTypeCreate a new writer.- Specified by:
createin interfaceCChangelogWriterProviderType- Specified by:
createin interfaceCXHTMLChangelogWriterProviderType- Parameters:
in_uri- The URI of the stream, for diagnostic messagesin_stream- The stream- Returns:
- A new writer
- Throws:
IOException- On I/O errors
-
-