org.entityfs.cap.symlink.impl.adapter
Interface SymbolicLinkAdapter

All Superinterfaces:
EntityAdapter
All Known Implementing Classes:
RamSymbolicLinkAdapter

public interface SymbolicLinkAdapter
extends EntityAdapter

This defines an EntityAdapter for symbolic links.

Since:
1.0
Author:
Karl Gustafsson
In_jar:
entityfs-symlink

Method Summary
 EntityLocation<?> getTargetLocation()
          Get the link target.
 
Methods inherited from interface org.entityfs.impl.adapter.EntityAdapter
canRead, canWrite, create, delete, exists, getEntityType, getFileSystemAdapter, getLastModified, getName, getParent, init, rename, setLastModified
 

Method Detail

getTargetLocation

EntityLocation<?> getTargetLocation()
Get the link target.

Returns:
The link target.