|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.avalon.repository.impl.DefaultBlockManifest
An extended manifest that provides a set of convinience operations to access block related attributes.
Field Summary |
Fields inherited from interface org.apache.avalon.repository.BlockManifest |
BLOCK_GROUP_KEY, BLOCK_NAME_KEY, BLOCK_VERSION_KEY |
Constructor Summary | |
DefaultBlockManifest(Manifest manifest)
Creation of a new block manifest |
Method Summary | |
String |
getBlockGroup()
Get the name of the group that the block is a part of. |
String |
getBlockName()
Get the name the block. |
String |
getBlockVersion()
Get the version of the block. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefaultBlockManifest(Manifest manifest) throws NullPointerException
manifest
- the jar manifestMethod Detail |
public String getBlockGroup()
BlockManifest
getBlockGroup
in interface BlockManifest
public String getBlockName()
BlockManifest
getBlockName
in interface BlockManifest
public String getBlockVersion()
BlockManifest
getBlockVersion
in interface BlockManifest
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |