cz.cuni.mff.ksi.jinfer.projecttype
Class OutputHandlerImpl
java.lang.Object
cz.cuni.mff.ksi.jinfer.projecttype.OutputHandlerImpl
- All Implemented Interfaces:
- OutputHandler
public class OutputHandlerImpl
- extends Object
- implements OutputHandler
Handler for adding output files into jInfer project output folder.
Method Summary |
void |
addOutput(String name,
String data,
String extension,
boolean showOutput)
Add new file into output folder of jInfer project type. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OutputHandlerImpl
public OutputHandlerImpl(JInferProject project)
addOutput
public void addOutput(String name,
String data,
String extension,
boolean showOutput)
- Description copied from interface:
OutputHandler
- Add new file into output folder of jInfer project type. New file is
defined by filename, extension and data to be added.
- Specified by:
addOutput
in interface OutputHandler
- Parameters:
name
- 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