public class CosaImportNet
extends org.processmining.framework.abstractplugins.AbstractImportPlugin
Constructor and Description |
---|
CosaImportNet() |
Modifier and Type | Method and Description |
---|---|
protected javax.swing.filechooser.FileFilter |
getFileFilter() |
java.lang.Object |
importFile(org.processmining.framework.plugin.PluginContext context,
java.io.File f) |
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 javax.swing.filechooser.FileFilter getFileFilter()
public java.lang.Object importFile(org.processmining.framework.plugin.PluginContext context, java.io.File f) throws java.lang.Exception
importFile
in interface org.processmining.framework.abstractplugins.ImportPlugin
importFile
in class org.processmining.framework.abstractplugins.AbstractImportPlugin
java.lang.Exception
protected java.lang.Object importFromStream(org.processmining.framework.plugin.PluginContext context, java.io.InputStream input, java.lang.String filename, long fileSizeInBytes) throws java.io.FileNotFoundException, java.io.IOException
org.processmining.framework.abstractplugins.AbstractImportPlugin
importFromStream
in class org.processmining.framework.abstractplugins.AbstractImportPlugin
java.io.FileNotFoundException
java.io.IOException