Uses of Class
adams.data.io.output.AbstractObjectWriter
-
Packages that use AbstractObjectWriter Package Description adams.data.io.input adams.data.io.output adams.flow.sink adams.gui.chooser adams.gui.workspace -
-
Uses of AbstractObjectWriter in adams.data.io.input
Methods in adams.data.io.input that return AbstractObjectWriter Modifier and Type Method Description abstract AbstractObjectWriter
AbstractObjectReader. getCorrespondingWriter()
Returns, if available, the corresponding writer.AbstractObjectWriter
CommandlineReader. getCorrespondingWriter()
Returns, if available, the corresponding writer.AbstractObjectWriter
NestedCommandlineReader. getCorrespondingWriter()
Returns, if available, the corresponding writer.AbstractObjectWriter
SerializableObjectReader. getCorrespondingWriter()
Returns, if available, the corresponding writer.AbstractObjectWriter
SerializedObjectReader. getCorrespondingWriter()
Returns, if available, the corresponding writer.AbstractObjectWriter
XStreamReader. getCorrespondingWriter()
Returns, if available, the corresponding writer. -
Uses of AbstractObjectWriter in adams.data.io.output
Subclasses of AbstractObjectWriter in adams.data.io.output Modifier and Type Class Description class
CommandlineWriter
Writes the commandline of objects to disk.class
JavaInstantiationWriter
Generates Java code fromOptionHandler
objects.class
NestedCommandlineWriter
Writes the commandline of objects to disk (in nested format).class
SerializableObjectWriter
Writes objects that implementSerializableObject
.class
SerializedObjectWriter
Writes objects using Java serialization.class
SimpleJavaInstantiationWriter
Generates Java code from objects, using their command-line options to instantiate them.class
XStreamWriter
Uses XStream to serialze objects. -
Uses of AbstractObjectWriter in adams.flow.sink
Fields in adams.flow.sink declared as AbstractObjectWriter Modifier and Type Field Description protected AbstractObjectWriter
Serialize. m_Writer
the object writer to use.Methods in adams.flow.sink that return AbstractObjectWriter Modifier and Type Method Description AbstractObjectWriter
Serialize. getWriter()
Returns the writer to use for saving the object.Methods in adams.flow.sink with parameters of type AbstractObjectWriter Modifier and Type Method Description void
Serialize. setWriter(AbstractObjectWriter value)
Sets the writer to use for saving the object. -
Uses of AbstractObjectWriter in adams.gui.chooser
Methods in adams.gui.chooser that return AbstractObjectWriter Modifier and Type Method Description protected AbstractObjectWriter
ObjectFileChooser. getDefaultWriter()
Returns the default writer.protected AbstractObjectWriter
SerializationFileChooser. getDefaultWriter()
Returns the default writer.AbstractObjectWriter
ObjectFileChooser. getObjectWriter()
Returns the current object writer.AbstractObjectWriter
SerializationFileChooser. getObjectWriter()
Returns the current object writer.AbstractObjectWriter
ObjectFileChooser. getWriterForFile(File file)
Returns the writer for the specified file.AbstractObjectWriter
SerializationFileChooser. getWriterForFile(File file)
Returns the writer for the specified file.static AbstractObjectWriter
ObjectFileChooser. writerForFile(File file)
Returns the writer for the specified file.static AbstractObjectWriter
SerializationFileChooser. writerForFile(File file)
Returns the writer for the specified file. -
Uses of AbstractObjectWriter in adams.gui.workspace
Methods in adams.gui.workspace with parameters of type AbstractObjectWriter Modifier and Type Method Description String
AbstractWorkspaceHelper. write(M manager, File file, AbstractObjectWriter writer)
Saves the panel session to the given file.
-