FileIo

model.io.FileIo
trait FileIo

Loads and saves the status to a file.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class JsonFileIo
class XmlFileIo

Members list

Value members

Abstract methods

def load: Try[Status]

Loads the status from a file.

Loads the status from a file.

Attributes

Returns

the loaded status or an exception

def save(status: Status): Try[Unit]

Saves the status to a file.

Saves the status to a file.

Value parameters

status

the status to save

Attributes

Returns

nothing or an exception

def unbind(): Unit

Frees any locked resources.

Frees any locked resources.

Attributes