|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FsObject
This interface is the base interface for objects that are part of a
FileSystem.
| Method Summary | |
|---|---|
boolean |
isReadOnly()
Checks if this FsObject is read-only. |
boolean |
isValid()
Checks if this FsObject is still valid. |
| Method Detail |
|---|
boolean isValid()
FsObject is still valid.
An object is not valid anymore if it has been removed from the
filesystem. All invocations on methods (except this method and the
methods inherited from Object) of
invalid objects must throw an IllegalStateException.
FsObject is still validboolean isReadOnly()
FsObject is read-only. Any attempt to modify a
read-only FsObject must result in a ReadOnlyException
being thrown, and the modification must not be performed.
FsObject is read-only
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||