org.entityfs.cap.symlink.entity
Interface DCSymbolicLink
- All Superinterfaces:
- EntityCapability
- All Known Implementing Classes:
- DCSymbolicLinkImpl
public interface DCSymbolicLink
- extends EntityCapability
This is a marker capability for directories that can host symbolic links.
This interface does not define any methods. Just like all other entity types,
symbolic links are created through the
DirectoryView.newEntity(org.entityfs.EntityType, String, Object)
method.
- Since:
- 1.0
- Author:
- Karl Gustafsson
- See Also:
SymbolicLink
,
DCSymbolicLinkUtil
,
FSCSymbolicLink
- In_jar:
- entityfs-symlink