Package ca.phon.phontalk.plugin
Class TalkBankSessionWriter
java.lang.Object
ca.phon.phontalk.plugin.TalkBankSessionWriter
- All Implemented Interfaces:
IPluginExtensionPoint<SessionWriter>
,SessionWriter
@SessionIO(group="org.talkbank",
id="talkbank",
version="2.5.0",
mimetype="application/xml",
extension="xml",
name="TalkBank (.xml)")
public class TalkBankSessionWriter
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
-
TalkBankSessionWriter
public TalkBankSessionWriter() -
TalkBankSessionWriter
-
-
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>
-