public class OpenLogFilePlugin extends 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.
|
java.lang.Object |
importFromStream(java.io.InputStream input,
java.lang.String filename,
long fileSizeInBytes)
This method is called by all plug-ins variants to do the actual
importing.
|
protected java.lang.Object |
importFromStream(java.io.InputStream input,
java.lang.String filename,
long fileSizeInBytes,
org.deckfour.xes.factory.XFactory factory) |
getFile, importFile, importFile, importFile, importFile
protected java.lang.Object importFromStream(java.io.InputStream input, java.lang.String filename, long fileSizeInBytes, org.deckfour.xes.factory.XFactory factory) throws java.lang.Exception
java.lang.Exception
protected java.io.InputStream getInputStream(java.io.File file) throws java.lang.Exception
getInputStream
in class AbstractImportPlugin
file
- java.io.FileNotFoundException
java.lang.Exception
public java.lang.Object importFromStream(java.io.InputStream input, java.lang.String filename, long fileSizeInBytes) throws java.lang.Exception
AbstractImportPlugin
importFromStream
in class AbstractImportPlugin
java.lang.Exception