@ThreadSafe @DefaultAnnotation(value=edu.umd.cs.findbugs.annotations.NonNull.class) public class FsDefaultModel extends FsModel
| Modifier and Type | Field and Description |
|---|---|
private FsMountPoint |
mountPoint |
private FsModel |
parent |
| Constructor and Description |
|---|
FsDefaultModel(FsMountPoint mountPoint,
FsModel parent) |
| Modifier and Type | Method and Description |
|---|---|
private static boolean |
equals(Object o1,
Object o2) |
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. |
private final FsMountPoint mountPoint
@CheckForNull private final FsModel parent
public FsDefaultModel(FsMountPoint mountPoint, @CheckForNull FsModel parent)
private static boolean equals(@CheckForNull Object o1, @CheckForNull Object o2)
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 © 2004-2011 Schlichtherle IT Services. All Rights Reserved.