public interface VirtualFileSystemManagerHook extends Hook, java.io.Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
canWriteIntoLocation(VFSLocation vfsLocation) |
java.util.List<VFSLocation> |
copyFilesTo(VFSLocation source,
VFSLocation target,
boolean deep) |
VFSLocation |
create(VFSLocation vfsLocation) |
VFSLocation |
createFolder(VFSLocation location,
java.lang.String folder) |
void |
delete(VFSLocation vfsLocation) |
boolean |
exists(VFSLocation vfsLocation) |
byte[] |
getContent(VFSLocation vfsLocation) |
java.lang.String |
getContentType(VFSLocation vfsLocation) |
java.lang.String |
getFileSystemName() |
java.util.Collection<VFSObjectInfo> |
getFileSystemObjectInfos() |
java.util.Date |
getLastModified(VFSLocation vfsLocation) |
VFSLocation |
getLocation(VFSLocation momentaryLocation,
java.lang.String pathway) |
VFSLocation |
getLocationFor(java.lang.Object obj) |
VFSLocationInfo |
getLocationInfo(VFSLocation location)
Should not be called directly
|
java.lang.String |
getNameFor(VFSLocation loc) |
java.lang.Object |
getObjectFor(VFSLocation vfsLocation) |
java.lang.Object |
getObjectId(java.lang.Object obj) |
java.lang.Object |
getObjectIn(VFSLocation vfsLocation,
VFSObjectInfo objectInfo) |
java.lang.Object |
getParent(VFSLocation location) |
TerminalSession |
getSession() |
long |
getSize(VFSLocation vfsLocation) |
<any> |
getTreeDBManagerProvider() |
boolean |
handlesFilesystem(java.lang.String filesystemName) |
boolean |
hasContent(VFSLocation vfsLocation) |
void |
init(TerminalSession terminalSession) |
boolean |
isFolder(VFSLocation vfsLocation) |
boolean |
isLocationDeletable(VFSLocation vfsLocation) |
boolean |
isObjectAncestorOf(java.lang.Object object,
VFSLocation baseLocation) |
boolean |
isReadOnly() |
java.util.List<VFSLocation> |
moveFilesTo(VFSLocation source,
VFSLocation target) |
java.lang.String |
prettyPrintPathway(java.lang.String pathway) |
void |
remove(VFSLocation location,
boolean force) |
VFSLocation |
rename(VFSLocation vfsLocation,
java.lang.String name) |
void |
setContent(VFSLocation vfsLocation,
byte[] content) |
void |
setReadOnly(boolean readOnly) |
boolean |
supportedByFileSystem(java.lang.Object obj) |
java.lang.String |
translatePathWay(VFSLocation location) |
void |
writeIntoLocation(VFSLocation vfsLocation,
byte[] uploadData) |
void init(TerminalSession terminalSession)
TerminalSession getSession()
java.lang.String getFileSystemName()
boolean handlesFilesystem(java.lang.String filesystemName) throws VFSException
VFSException
java.lang.Object getObjectId(java.lang.Object obj) throws VFSException
VFSException
java.lang.String prettyPrintPathway(java.lang.String pathway)
VFSLocation getLocation(VFSLocation momentaryLocation, java.lang.String pathway) throws VFSException
VFSException
java.lang.Object getParent(VFSLocation location) throws VFSException
VFSException
java.util.Collection<VFSObjectInfo> getFileSystemObjectInfos()
VFSLocationInfo getLocationInfo(VFSLocation location)
location
- boolean isFolder(VFSLocation vfsLocation)
java.lang.Object getObjectIn(VFSLocation vfsLocation, VFSObjectInfo objectInfo)
boolean supportedByFileSystem(java.lang.Object obj)
VFSLocation getLocationFor(java.lang.Object obj)
VFSLocation createFolder(VFSLocation location, java.lang.String folder)
java.util.List<VFSLocation> moveFilesTo(VFSLocation source, VFSLocation target)
java.util.List<VFSLocation> copyFilesTo(VFSLocation source, VFSLocation target, boolean deep) throws VFSException
VFSException
void remove(VFSLocation location, boolean force)
<any> getTreeDBManagerProvider()
void setReadOnly(boolean readOnly)
boolean isReadOnly()
boolean isObjectAncestorOf(java.lang.Object object, VFSLocation baseLocation)
java.lang.Object getObjectFor(VFSLocation vfsLocation)
boolean hasContent(VFSLocation vfsLocation)
byte[] getContent(VFSLocation vfsLocation)
void setContent(VFSLocation vfsLocation, byte[] content)
java.lang.String getContentType(VFSLocation vfsLocation)
java.lang.String translatePathWay(VFSLocation location)
java.util.Date getLastModified(VFSLocation vfsLocation)
boolean exists(VFSLocation vfsLocation)
long getSize(VFSLocation vfsLocation)
boolean canWriteIntoLocation(VFSLocation vfsLocation)
boolean isLocationDeletable(VFSLocation vfsLocation)
void delete(VFSLocation vfsLocation)
VFSLocation create(VFSLocation vfsLocation) throws VFSException
VFSException
void writeIntoLocation(VFSLocation vfsLocation, byte[] uploadData) throws VFSException
VFSException
VFSLocation rename(VFSLocation vfsLocation, java.lang.String name)
java.lang.String getNameFor(VFSLocation loc)