|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- The type of entries in the archive.U
- The type of directory entries in the archive.public interface ArchiveSymbolicLinkEntry<T extends ArchiveEntry<T,U>,U extends ArchiveDirectoryEntry<T,U>>
This interface defines a symbolic link entry in an Archive
.
Method Summary | |
---|---|
EntityLocation<?> |
getLinkTarget()
Get the link target location. |
Methods inherited from interface org.at4j.archive.ArchiveEntry |
---|
getLocation, getParent |
Methods inherited from interface org.entityfs.Named |
---|
getName |
Methods inherited from interface org.entityfs.lock.ReadLockable |
---|
getReadLock, isReadLockedByCurrentThread, lockForReading |
Method Detail |
---|
EntityLocation<?> getLinkTarget()
AbsoluteLocation
or a
RelativeLocation
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |