Package adams.core.io
Interface FileWriter
-
- All Known Subinterfaces:
OutputFileGenerator
- All Known Implementing Classes:
AbstractAppendableFileWriter
,AbstractFileBasedListingOutput
,AbstractFileBasedListingOutputWithEncoding
,AbstractFileWriter
,AbstractWekaModelWriter
,BinaryFileWriter
,CompareDatasets
,DesktopScreenshot
,DownloadFile
,DumpFile
,EmailFileWriter
,FileOutput
,FileResultsHandler
,FlowFileWriter
,GetFlow
,HeapDump
,HtmlOutput
,ImageFileWriter
,ImageSegmentationFileWriter
,IndexedSplitsRunsWriter
,JFreeChartFileWriter
,JsonFileWriter
,LogDumper
,LogFile
,MarkdownOutput
,Mat5FileWriter
,MergeFiles
,PasteFiles
,PDFCreate
,PDFExport
,PDFGenerate
,PDFNewDocument
,PlotContainerSink
,PropertiesFileWriter
,PythonExpandScript
,RemoteCommandWriter
,RotatingFileOutput
,SequencePlotter
,Serialize
,SimpleFileList
,SimplePlot
,SpreadSheetFileWriter
,SystemInfo
,TarExport
,WekaExperimentFileWriter
,WekaFileWriter
,WekaModelWriter
,XMLFileWriter
,YamlFileWriter
,ZipExport
public interface FileWriter
Interface for classes that write data to a file.- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PlaceholderFile
getOutputFile()
Returns the output file.String
outputFileTipText()
Returns the tip text for this property.void
setOutputFile(PlaceholderFile value)
Sets the output file.
-
-
-
Method Detail
-
setOutputFile
void setOutputFile(PlaceholderFile value)
Sets the output file.- Parameters:
value
- the file
-
getOutputFile
PlaceholderFile getOutputFile()
Returns the output file.- Returns:
- the file
-
outputFileTipText
String outputFileTipText()
Returns the tip text for this property.- Returns:
- tip text for this property suitable for displaying in the GUI or for listing the options.
-
-