public static interface LocalPersistenceService.SafeSpaceIdentifier
Modifier and Type | Method and Description |
---|---|
java.io.File |
getRoot()
Represents the root directory of the given logical safe space.
|
java.io.File getRoot()
Note that the directory represented by File
may or may not be created in the physical space.
The existence of the physical space depends on whether the createSafeSpace
method was invoked
for the space at some time in the past or not.