Package ca.phon.phontalk.plugin
Class CHATSessionWriter
java.lang.Object
ca.phon.phontalk.plugin.CHATSessionWriter
- All Implemented Interfaces:
IPluginExtensionPoint<SessionWriter>
,SessionWriter
@SessionIO(group="org.talkbank",
id="CHAT",
version="0.0.1",
mimetype="application/text",
extension="cha",
name="CHAT (.cha)")
public class CHATSessionWriter
extends Object
implements SessionWriter, IPluginExtensionPoint<SessionWriter>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionClass<?>
Get type of extensionGet factory for extension point objectsvoid
writeSession
(Session session, OutputStream out) Write the givenSession
to the providedOutputStream
-
Constructor Details
-
CHATSessionWriter
public CHATSessionWriter() -
CHATSessionWriter
-
-
Method Details
-
getListener
-
writeSession
Description copied from interface:SessionWriter
Write the givenSession
to the providedOutputStream
- Specified by:
writeSession
in interfaceSessionWriter
- Throws:
IOException
-
getExtensionType
Description copied from interface:IPluginExtensionPoint
Get type of extension- Specified by:
getExtensionType
in interfaceIPluginExtensionPoint<SessionWriter>
-
getFactory
Description copied from interface:IPluginExtensionPoint
Get factory for extension point objects- Specified by:
getFactory
in interfaceIPluginExtensionPoint<SessionWriter>
-