Package mgui.io.foreign.camino
Class CaminoProjectWriter
java.lang.Object
mgui.io.FileWriter
mgui.io.foreign.camino.CaminoProjectWriter
- All Implemented Interfaces:
InterfaceIO
,IconObject
public class CaminoProjectWriter extends FileWriter
-
Field Summary
Fields inherited from class mgui.io.FileWriter
dataFile, dataURL, failure_message, options, success_message
-
Constructor Summary
Constructors Constructor Description CaminoProjectWriter()
CaminoProjectWriter(java.io.File file)
-
Method Summary
Modifier and Type Method Description boolean
write(InterfaceIOOptions options, ProgressUpdater progress_bar)
Writes this object according to the givenoptions
.boolean
writeProjectXML(CaminoProject project)
Methods inherited from class mgui.io.FileWriter
getComplementIOType, getFailureMessage, getFile, getIOType, getLoaderComplement, getObjectIcon, getOptions, getProgressMessage, getSuccessMessage, getSupportedObjects, getTitle, getURL, setFile, setOptions, setURL, toString, write, write
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
CaminoProjectWriter
public CaminoProjectWriter() -
CaminoProjectWriter
public CaminoProjectWriter(java.io.File file)
-
-
Method Details
-
write
Description copied from class:FileWriter
Writes this object according to the givenoptions
. If loaded object is of typePersistentObject
, this method should also set the file writer and reference URL for the object.- Specified by:
write
in classFileWriter
- Returns:
-
writeProjectXML
-