|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.entityfs.jar.cap.entity.ECJarEntryUtil
public final class ECJarEntryUtil
This is a utility class with static utility methods for working with entities
supporting the ECJarEntry
capability. In addition to the methods in
this class, all methods in ECZipEntryUtil
can also be used on Jar
file system entities.
The methods in this class will use the locking strategy for utility classes
described in EntityLock
.
ECZipEntryUtil
,
ECJarEntry
Method Summary | |
---|---|
static Attributes |
getAttributes(EntityView ent)
Get the JarEntry Attributes . |
static Certificate[] |
getCertificates(EntityView ent)
Get the certificates, if any, for the Jar file entry. |
static CodeSigner[] |
getCodeSigners(EntityView ent)
Get the code signers, if any, for the Jar file entry. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Attributes getAttributes(EntityView ent) throws UnsupportedCapabilityException
JarEntry
Attributes
.
Entity locks that this method will acquire (temporarily):
ent
- The entity. It must support the ECJarEntry
capability.
JarEntry
Attributes
, or null
if none.
UnsupportedCapabilityException
- If the entity does not support the
ECJarEntry
capability.public static Certificate[] getCertificates(EntityView ent) throws UnsupportedCapabilityException
Entity locks that this method will acquire (temporarily):
ent
- The entity. It must support the ECJarEntry
capability.
null
if none.
UnsupportedCapabilityException
- If the entity does not support the
ECJarEntry
capability.public static CodeSigner[] getCodeSigners(EntityView ent) throws UnsupportedCapabilityException
Entity locks that this method will acquire (temporarily):
ent
- The entity. It must support the ECJarEntry
capability.
null
if none.
UnsupportedCapabilityException
- If the entity does not support the
ECJarEntry
capability.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |