|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LogReaderConnectionImportPlugin
Title:
Description:
Copyright: Copyright (c) 2004
Company:
Method Summary | |
---|---|
MiningResult |
importFile(java.io.InputStream input)
Interface for plugins that import from file. |
Methods inherited from interface org.processmining.importing.ImportPlugin |
---|
getFileFilter |
Methods inherited from interface org.processmining.framework.plugin.Plugin |
---|
getHtmlDescription, getName |
Method Detail |
---|
MiningResult importFile(java.io.InputStream input) throws java.io.IOException
LogReaderConnection
interface.
importFile
in interface ImportPlugin
input
- The framework will always provide a ProMInputStream as
the input
parameter. To retrieve the filename use:
((ProMInputStream) input).getFilename();
null
is returned then the framework thinks the call to this method was aborted. This
MiningResult MUST implement the LogReaderConnection
interface.
java.io.IOException
- If an IO exception occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |