Class ExportLogMxmlGz
- java.lang.Object
-
- org.processmining.plugins.log.exporting.ExportLogMxmlGz
-
public class ExportLogMxmlGz extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ExportLogMxmlGz()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidexport(org.deckfour.xes.model.XLog log, java.io.File file)voidexport(org.processmining.contexts.uitopia.UIPluginContext context, org.deckfour.xes.model.XLog log, java.io.File file)protected voidexportWithNameFromContext(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log, java.io.File file)Temporarily changes the name of the XLog object, then calls thedoExport(XLog, File)method and, afterwards, changes the name of the XLog object back to the original one.
-
-
-
Method Detail
-
export
public void export(org.processmining.contexts.uitopia.UIPluginContext context, org.deckfour.xes.model.XLog log, java.io.File file) throws java.io.IOException- Throws:
java.io.IOException
-
export
public static void export(org.deckfour.xes.model.XLog log, java.io.File file) throws java.io.IOException- Throws:
java.io.IOException
-
exportWithNameFromContext
protected void exportWithNameFromContext(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log, java.io.File file) throws java.io.IOExceptionTemporarily changes the name of the XLog object, then calls thedoExport(XLog, File)method and, afterwards, changes the name of the XLog object back to the original one.- Parameters:
context-log-file-- Throws:
java.io.IOException
-
-