|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ECJarEntry
This is an entity capability for entities that have JarEntry
objects.
All entities in a Jar file system support this.
ECTJarEntry
,
ECJarEntryUtil
,
FSCJarFileBacked
Method Summary | |
---|---|
Attributes |
getAttributes()
Get the Jar attributes for the entity. |
Certificate[] |
getCertificates()
Get the certificates for this entity. |
CodeSigner[] |
getCodeSigners()
Get the code signers for the entity. |
Methods inherited from interface org.entityfs.zip.cap.entity.ECZipEntry |
---|
getComment, getCompressedSize, getCrc, getExtra |
Methods inherited from interface org.entityfs.cap.EntityCapability |
---|
getEntity, isValid |
Method Detail |
---|
Attributes getAttributes() throws ReadLockRequiredException, AccessDeniedException
ReadLockRequiredException
- If the client does not have a read lock
for the file.
AccessDeniedException
- If the client does not have read access to
the entity.JarEntry.getAttributes()
Certificate[] getCertificates() throws ReadLockRequiredException, AccessDeniedException
null
if none.
ReadLockRequiredException
- If the client does not have a read lock
for the file.
AccessDeniedException
- If the client does not have read access to
the entity.JarEntry.getCertificates()
CodeSigner[] getCodeSigners() throws ReadLockRequiredException, AccessDeniedException
null
if none.
ReadLockRequiredException
- If the client does not have a read lock
for the file.
AccessDeniedException
- If the client does not have read access to
the entity.JarEntry.getCodeSigners()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |