@ThreadSafe public class FsDefaultModel extends FsModel
| Constructor and Description |
|---|
FsDefaultModel(FsMountPoint mountPoint,
FsModel parent) |
| Modifier and Type | Method and Description |
|---|---|
FsMountPoint |
getMountPoint()
Returns the mount point of the file system.
|
FsModel |
getParent()
Returns the model of the parent file system or
null if and
only if the file system is not federated, i.e. if it's not a member of
a parent file system. |
public FsDefaultModel(FsMountPoint mountPoint, @CheckForNull FsModel parent)
public final FsMountPoint getMountPoint()
FsModelThe mount point may be used to construct error messages or to locate and access file system meta data which is stored outside the file system, e.g. in-memory stored passwords for RAES encrypted ZIP files.
getMountPoint in class FsModelCopyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.