Uses of Interface
adams.core.io.FileWriter
-
-
Uses of FileWriter in adams.doc.listing
Classes in adams.doc.listing that implement FileWriter Modifier and Type Class Description classAbstractFileBasedListingOutputAncestor for schemes that output the listings to a file.classAbstractFileBasedListingOutputWithEncodingAncestor for output schemes that support file encodings.classHtmlOutputOutputs the listing in HTML to the specified file.classMarkdownOutputOutputs the listing in Markdown to the specified file. -
Uses of FileWriter in adams.flow.control
Classes in adams.flow.control that implement FileWriter Modifier and Type Class Description classDesktopScreenshotTakes a screenshot of the desktop whenever a token passes through.classHeapDumpGenerates a heapdump and saves it to the specified file (with .hprof extension) whenever a token passes through. -
Uses of FileWriter in adams.flow.sink
Classes in adams.flow.sink that implement FileWriter Modifier and Type Class Description classAbstractAppendableFileWriterAncestor for file writers that allow appending to the file instead of just replacing any existing files.classAbstractFileWriterAncestor for sinks that write to output files.classAbstractWekaModelWriterAncestor for actors that serialize models.classBinaryFileWriterWrites a byte array or adams.data.blob.BlobContainer to a binary file.classDownloadFileDownloads a file from a URL and saves it locally.
Also handles basic authentication when using URLs like this:
http://user:pass@domain.com/url
Input/output:
- accepts:
java.lang.String
java.net.URL
classDumpFileActor that just dumps any input token into a separate line of the specified output file.classEmailFileWriterActor that writes Email objects to files.classFlowFileWriterWrites the incoming actor(s) to a file.
A custom flow writer can be specified.classImageFileWriterWrites the image to disk using the specified writer.classImageSegmentationFileWriterWrite image segmentation containers using the specified writer.classIndexedSplitsRunsWriterReads indexed splits runs from disk using the specified writer.classJFreeChartFileWriterGenerates a JFreeChart plot and writes the bitmap to a file.
Dataset generation is skipped if the incoming data already represents a JFreeChart dataset.classJsonFileWriterWrites a JSON object/array to a file.classLogDumperActor that stores LogEntry objects in a file (CSV format).classMat5FileWriterWrites the Mat5File object to the specified file.classMergeFilesCombines the incoming files in a single one.classPasteFilesGenerates a single file from combined lines from the input files.classPlotContainerSinkActor that outputs the plot containers in various formats.classPropertiesFileWriterWrites a Java properties object to a file.classRemoteCommandWriterSends a command to the remote host defined by the connection settings.
Unsuccessful commands can be store on disk to retry later.classSequencePlotterActor that plots sequences over time.
See also:
adams.flow.sink.SimplePlot
Input/output:
- accepts:
adams.flow.container.SequencePlotterContainer
adams.flow.container.SequencePlotterContainer[]
Container information:
- adams.flow.container.SequencePlotterContainer: PlotName, X, Y, Content type, Error X, Error Y, MetaData
classSerializeSaves a Java object to a file using the specified object writer.classSimplePlotActor for generating simple plots.
See also:
adams.flow.sink.SequencePlotter
Input/output:
- accepts:
adams.flow.container.SequencePlotterContainer
adams.flow.container.SequencePlotterContainer[]
Container information:
- adams.flow.container.SequencePlotterContainer: PlotName, X, Y, Content type, Error X, Error Y, MetaData
classSpreadSheetFileWriterActor that writes SpreadSheet objects to files.classWekaExperimentFileWriterSaves an experiment file.classWekaFileWriterActor for saving a weka.core.Instances object as file.
The relation name of the incoming dataset can be used to replace the current filename (path and extension are kept).classWekaModelWriterActor for saving a model (classifier or clusterer) alongside an optional header (i.e., weka.core.Instances object) as file.classXChartFileWriterGenerates an XChart plot and writes the bitmap to a file.
Dataset generation is skipped if the incoming data already represents a XChart dataset.classXMLFileWriterWrites a org.w3c.dom.Document to an XML file.
In case of org.w3c.dom.Node objects, the owning document is written to disk.classYamlFileWriterWrites a Map object to a YAML file.
http://yaml.org/
Input/output:
- accepts:
java.util.Map
java.util.List
-
Uses of FileWriter in adams.flow.sink.sendnotification
Classes in adams.flow.sink.sendnotification that implement FileWriter Modifier and Type Class Description classLogFileOutputs the message to a log file. -
Uses of FileWriter in adams.flow.sink.simplelogging.output
Classes in adams.flow.sink.simplelogging.output that implement FileWriter Modifier and Type Class Description classFileOutputAppends the log messages to the specified file.classRotatingFileOutputAppends the log messages to the specified file, but also allows for rotating them. -
Uses of FileWriter in adams.flow.source
Classes in adams.flow.source that implement FileWriter Modifier and Type Class Description classPDFNewDocumentCreates an empty PDF document.
Needs to be finalized with adams.flow.sink.PDFCloseDocument.
The output of this source can be processed by adams.flow.transformer.PDFAppendDocument.
See also:
adams.flow.transformer.PDFAppendDocument
adams.flow.sink.PDFCloseDocument
Input/output:
- generates:
adams.flow.transformer.pdfproclet.PDFGenerator
-
Uses of FileWriter in adams.flow.transformer
Classes in adams.flow.transformer that implement FileWriter Modifier and Type Class Description classPDFCreateActor for generating PDF files.classPDFGenerateclassPythonExpandScriptLoads the Python script received as input, expands any variables and placeholders, saves it to the specified output file and forwards the output file name. -
Uses of FileWriter in adams.flow.transformer.generatefilebaseddataset
Classes in adams.flow.transformer.generatefilebaseddataset that implement FileWriter Modifier and Type Class Description classSimpleFileListSimply outputs the specified list of files in the container as a text file. -
Uses of FileWriter in adams.gui.tools.wekamultiexperimenter.experiment
Classes in adams.gui.tools.wekamultiexperimenter.experiment that implement FileWriter Modifier and Type Class Description classFileResultsHandlerWrites the experiment results to a file. -
Uses of FileWriter in adams.gui.visualization.multiobjectexport
Classes in adams.gui.visualization.multiobjectexport that implement FileWriter Modifier and Type Class Description classPDFExportGenerates a PDF from the exported objects (first get turned into files).classTarExportExports the objects to a tar file.classZipExportExports the objects to a zip file. -
Uses of FileWriter in adams.scripting.command.basic
Classes in adams.scripting.command.basic that implement FileWriter Modifier and Type Class Description classSystemInfoSends the system info of the remote host back. -
Uses of FileWriter in adams.scripting.command.flow
Classes in adams.scripting.command.flow that implement FileWriter Modifier and Type Class Description classGetFlowRetrieves a running/registered flow using its ID. -
Uses of FileWriter in adams.tools
Subinterfaces of FileWriter in adams.tools Modifier and Type Interface Description interfaceOutputFileGeneratorFor tools that generate an output file.Classes in adams.tools that implement FileWriter Modifier and Type Class Description classCompareDatasetsCompares two datasets, either row-by-row or using a row attribute listing a unique ID for matching the rows, outputting the correlation coefficient of the numeric attributes found in the ranges defined by the user.
In order to trim down the number of generated rows, a threshold can be specified.
-