|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.entityfs.at4jzip.cap.entity.ECAt4JZipEntryUtil
public final class ECAt4JZipEntryUtil
This utility class has static methods for working with entities supporting
the ECAt4jZipEntry
capability.
ECAt4jZipEntry
Method Summary | |
---|---|
static ECAt4jZipEntry |
getCapability(EntityView ent)
Get the capability object for an entity. |
static ZipEntry |
getZipEntry(EntityView ent)
Get the ZipEntry for an entity. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ECAt4jZipEntry getCapability(EntityView ent) throws UnsupportedCapabilityException
ent
- The entity.
UnsupportedCapabilityException
- If the entity does not support
the ECAt4jZipEntry
capability.public static ZipEntry getZipEntry(EntityView ent) throws UnsupportedCapabilityException
ZipEntry
for an entity.
ent
- The entity
ZipEntry
for an entity.
UnsupportedCapabilityException
- If the entity does not support
the ECAt4jZipEntry
capability.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |