Package mgui.io.domestic.pipelines
Class PipelineProcessLibraryLoader
java.lang.Object
mgui.io.FileLoader
mgui.io.domestic.pipelines.PipelineProcessLibraryLoader
- All Implemented Interfaces:
InterfaceIO
,IconObject
public class PipelineProcessLibraryLoader extends FileLoader
Loads a
PipelineProcessLibrary
from file. Default format is XML.- Since:
- 1.0
- Version:
- 1.0
- Author:
- Andrew Reid
-
Field Summary
Fields inherited from class mgui.io.FileLoader
dataFile, dataURL, options
-
Constructor Summary
Constructors Constructor Description PipelineProcessLibraryLoader()
PipelineProcessLibraryLoader(java.io.File file)
-
Method Summary
Modifier and Type Method Description boolean
load(InterfaceIOOptions options, ProgressUpdater progressBar)
Loads data from the set of files or URLs specified byoptions
.PipelineProcessLibrary
loadLibrary()
PipelineProcessLibrary
loadLibrary(ProgressUpdater progress, InterfaceIOOptions options)
java.lang.Object
loadObject(ProgressUpdater progressBar, InterfaceIOOptions options)
Loads data into an instance of the object corresponding to this loader.Methods inherited from class mgui.io.FileLoader
getComplementIOType, getFailureMessage, getFile, getIOType, getObjectIcon, getOptions, getProgressMessage, getSuccessMessage, getSupportedObjects, getTitle, getWriterComplement, load, load, loadObject, loadObject, loadObject, setFile, setOptions, setURL, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
PipelineProcessLibraryLoader
public PipelineProcessLibraryLoader() -
PipelineProcessLibraryLoader
public PipelineProcessLibraryLoader(java.io.File file)
-
-
Method Details
-
load
Description copied from class:FileLoader
Loads data from the set of files or URLs specified byoptions
. Loading is controlled by the specifications ofoptions
. If loaded object is of typePersistentObject
, this method should also set the file loader and reference URL for the object.This method should also set the URL reference and writer and loader attributes to match this one and its complement.
- Specified by:
load
in classFileLoader
progressBar
- An optional progress updater. Can benull
.- Returns:
-
loadLibrary
-
loadLibrary
-
loadObject
public java.lang.Object loadObject(ProgressUpdater progressBar, InterfaceIOOptions options) throws java.io.IOExceptionDescription copied from class:FileLoader
Loads data into an instance of the object corresponding to this loader. If loaded object is of typePersistentObject
, this method should also set the file loader and reference URL for the object. TODO: make generic?- Overrides:
loadObject
in classFileLoader
- Parameters:
progressBar
- An optional progress updater. Can benull
.options
- Options defining the loading process- Returns:
- Throws:
java.io.IOException
-