cz.cuni.mff.ksi.jinfer.base.interfaces
Interface OutputHandler
- All Known Implementing Classes:
- OutputHandlerImpl
public interface OutputHandler
Interface of a handler for adding output files into jInfer project output folder.
Method Summary |
void |
addOutput(String fileName,
String data,
String extension,
boolean showOutput)
Add new file into output folder of jInfer project type. |
addOutput
void addOutput(String fileName,
String data,
String extension,
boolean showOutput)
- Add new file into output folder of jInfer project type. New file is
defined by filename, extension and data to be added.
- Parameters:
fileName
- Name of file to be added without extension.data
- Content of the added file.extension
- Extension of file to be added without starting dot.showOutput
- Flag whether to open a new window and show the resulting
schema.
Generated on Fri Dec 9 00:01:25 CET 2011