Getter methods
This is the collection of getter methods within the FilePersister
interface. There are only two getter methods, getStore
and getFilePath
.
getStore
The getStore
method returns a reference to the underlying Store
or MergeableStore
that is backing this Persister
object.
getFilePath
The getFilePath
method returns the location of the local file the Store
is being persisted to.