org.entityfs.fs.cap.entity
Interface ECFileResolvable

All Superinterfaces:
ECUriResolvable, EntityCapability
All Known Subinterfaces:
FCFileBacked

public interface ECFileResolvable
extends ECUriResolvable

This capability is supported by File-backed entities.

Since:
1.0
Author:
Karl Gustafsson
See Also:
FCFileBacked, FSCFileResolvable, ECFileResolvableUtil
In_jar:
entityfs-fsfs

Method Summary
 File getFileObject()
          Return a File object representing the entity.
 
Methods inherited from interface org.entityfs.fs.cap.entity.ECUriResolvable
getUri
 
Methods inherited from interface org.entityfs.cap.EntityCapability
getEntity, isValid
 

Method Detail

getFileObject

File getFileObject()
Return a File object representing the entity.

Warning: The File returned is not entity lock-aware and modifying or deleting it may seriously confuse the file system. This method does not check access rights or any locking either, so use it with care!

Returns:
A File object backing the entity.
Locks_required:
None
Permissions_required:
None