|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface VFSItem
Description:
TODO: Felix Jost Class Description for VFSItem
Initial Date: 23.06.2005
| Method Summary | |
|---|---|
VFSStatus |
canCopy()
|
VFSStatus |
canDelete()
|
VFSStatus |
canRename()
|
VFSStatus |
canWrite()
|
VFSStatus |
delete()
deltes the item. |
long |
getLastModified()
Return the last modified date of this item or -1 if not available. |
VFSSecurityCallback |
getLocalSecurityCallback()
Get the local security callback for this item. |
java.lang.String |
getName()
|
VFSContainer |
getParentContainer()
Get the parent of this vfsItem. |
boolean |
isSame(VFSItem vfsItem)
Test if this is the same item as ourselves. |
VFSStatus |
rename(java.lang.String newname)
|
VFSItem |
resolve(java.lang.String path)
a relative path. |
void |
setLocalSecurityCallback(VFSSecurityCallback secCallback)
Set a custom security callback for this item. |
void |
setParentContainer(VFSContainer parentContainer)
Sets the parent container. |
| Method Detail |
|---|
VFSItem resolve(java.lang.String path)
path -
VFSContainer getParentContainer()
void setParentContainer(VFSContainer parentContainer)
parentContainer - VFSStatus rename(java.lang.String newname)
newname - e.g test.txt or myfolder (no path prepended)
VFSStatus delete()
VFSStatus canRename()
VFSStatus canDelete()
java.lang.String getName()
long getLastModified()
VFSStatus canCopy()
VFSStatus canWrite()
VFSSecurityCallback getLocalSecurityCallback()
VFSItem#getInheritedSecurityCallback()void setLocalSecurityCallback(VFSSecurityCallback secCallback)
secCallback - boolean isSame(VFSItem vfsItem)
vfsItem -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||