public interface Entry
Modifier and Type | Method and Description |
---|---|
boolean |
delete()
Delete this Entry.
|
String |
getName()
get the name of the Entry
|
DirectoryEntry |
getParent()
get this Entry's parent (the DirectoryEntry that owns this
Entry).
|
boolean |
isDirectoryEntry()
is this a DirectoryEntry?
|
boolean |
isDocumentEntry()
is this a DocumentEntry?
|
boolean |
renameTo(String newName)
Rename this Entry.
|
String getName()
boolean isDirectoryEntry()
boolean isDocumentEntry()
DirectoryEntry getParent()
boolean delete()
boolean renameTo(String newName)
newName
- the new name for this EntryCopyright © 2020. All rights reserved.