public interface HomeRecorder
| Modifier and Type | Interface and Description |
|---|---|
static class |
HomeRecorder.Type
Recorder type used as a hint to select a home recorder.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists(java.lang.String name)
Returns
true if the home with a given name
exists. |
Home |
readHome(java.lang.String name)
Returns a home instance read from its
name. |
void |
writeHome(Home home,
java.lang.String name)
Writes
home data. |
void writeHome(Home home, java.lang.String name) throws RecorderException
home data.home - the home to write.name - the name of the resource in which the home will be written.RecorderExceptionHome readHome(java.lang.String name) throws RecorderException
name.name - the name of the resource from which the home will be read.RecorderExceptionboolean exists(java.lang.String name)
throws RecorderException
true if the home with a given name
exists.name - the name of the resource to checkRecorderException

© Copyright 2024 Space Mushrooms
Distributed under GNU General Public License