|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RepositoryNode
Represents an abstract node (typically a RepositoryFile or
RepositoryFolder) in the Repository.
| Method Summary | |
|---|---|
void |
delete()
Attempts to delete the repository node. |
String |
getName()
Gets the name of this node. |
RepositoryFolder |
getParent()
Gets the parent folder of this node. |
String |
getQualifiedPath()
Gets the qualified path of this node. |
| Method Detail |
|---|
RepositoryFolder getParent()
String getName()
getName in interface HasNameString getQualifiedPath()
void delete()
throws IllegalStateException
IllegalStateException - if the node is not deletable, eg. if it is a read-only file,
a non-empty directory or similar.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||