public abstract class AbstractOpenLogFileLitePlugin
extends org.processmining.framework.abstractplugins.AbstractImportPlugin
Constructor and Description |
---|
AbstractOpenLogFileLitePlugin() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
afterParse(org.deckfour.xes.factory.XFactory factory) |
protected abstract void |
beforeParse(org.deckfour.xes.factory.XFactory factory) |
protected java.io.InputStream |
getInputStream(java.io.File file)
This method returns an inputStream for a file.
|
protected java.lang.Object |
importFromUsingFactory(org.processmining.framework.plugin.PluginContext context,
java.io.InputStream input,
java.lang.String fileName,
long fileSizeInBytes,
org.deckfour.xes.factory.XFactory factory) |
protected boolean |
isXES(java.lang.String filename) |
protected abstract void beforeParse(org.deckfour.xes.factory.XFactory factory)
protected abstract void afterParse(org.deckfour.xes.factory.XFactory factory)
protected java.lang.Object importFromUsingFactory(org.processmining.framework.plugin.PluginContext context, java.io.InputStream input, java.lang.String fileName, long fileSizeInBytes, org.deckfour.xes.factory.XFactory factory) throws java.lang.Exception
java.lang.Exception
protected boolean isXES(java.lang.String filename)
protected java.io.InputStream getInputStream(java.io.File file) throws java.lang.Exception
org.processmining.framework.abstractplugins.AbstractImportPlugin
getInputStream
in class org.processmining.framework.abstractplugins.AbstractImportPlugin
java.io.FileNotFoundException
java.lang.Exception