org.entityfs.cap.symlink.impl
Interface SymbolicLinkDelegate
- All Superinterfaces:
- EntityDelegate
- All Known Implementing Classes:
- AbstractSymbolicLinkDelegateProxy, SymbolicLinkDelegateImpl
public interface SymbolicLinkDelegate
- extends EntityDelegate
Methods inherited from interface org.entityfs.impl.EntityDelegate |
canRead, canWrite, copy, copyAttributes, exists, getDelegateOfTypeOrNull, getEntityAdapter, getFileSystem, getLastModified, getName, getOwner, init, isReadOnly, rename, setLastModified, setOwner |
getTargetLocation
EntityLocation<?> getTargetLocation()
dereferenceOrNull
EntityImplementation dereferenceOrNull(EntityLocation<?> el)
touch
void touch()
getEntityOrNull
EntityImplementation getEntityOrNull(String name)
delete
void delete()
throws FileSystemException
- Delete the symbolic link.
- Throws:
FileSystemException
- If the symbolic link cannot be deleted.