public class OpenLogFilePlugin
extends org.processmining.framework.abstractplugins.AbstractImportPlugin
| Constructor and Description |
|---|
OpenLogFilePlugin() |
| Modifier and Type | Method and Description |
|---|---|
protected java.io.InputStream |
getInputStream(java.io.File file)
This method returns an inputStream for a file.
|
protected java.lang.Object |
importFromStream(org.processmining.framework.plugin.PluginContext context,
java.io.InputStream input,
java.lang.String filename,
long fileSizeInBytes)
This method is called by all plugin variants to do the actual importing.
|
protected java.lang.Object |
importFromStream(org.processmining.framework.plugin.PluginContext context,
java.io.InputStream input,
java.lang.String filename,
long fileSizeInBytes,
org.deckfour.xes.factory.XFactory factory) |
protected java.lang.Object importFromStream(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.Exceptionprotected java.io.InputStream getInputStream(java.io.File file)
throws java.lang.Exception
getInputStream in class org.processmining.framework.abstractplugins.AbstractImportPluginfile - java.io.FileNotFoundExceptionjava.lang.Exceptionprotected java.lang.Object importFromStream(org.processmining.framework.plugin.PluginContext context,
java.io.InputStream input,
java.lang.String filename,
long fileSizeInBytes)
throws java.lang.Exception
org.processmining.framework.abstractplugins.AbstractImportPluginimportFromStream in class org.processmining.framework.abstractplugins.AbstractImportPluginjava.lang.Exception