|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.avalon.fortress.impl.role.Role2MetaInfoManager
Role2MetaInfoManagerTestCase does XYZ
Field Summary |
Fields inherited from interface org.apache.avalon.fortress.MetaInfoManager |
ROLE |
Constructor Summary | |
Role2MetaInfoManager(RoleManager manager)
|
|
Role2MetaInfoManager(RoleManager manager,
MetaInfoManager parent)
|
Method Summary | |
MetaInfoEntry |
getMetaInfoForClassname(java.lang.String classname)
Get a MetaInfoEntry for a component type. |
MetaInfoEntry |
getMetaInfoForShortName(java.lang.String shortname)
Get a MetaInfoEntry for a short name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Role2MetaInfoManager(RoleManager manager)
public Role2MetaInfoManager(RoleManager manager, MetaInfoManager parent)
Method Detail |
public MetaInfoEntry getMetaInfoForShortName(java.lang.String shortname)
MetaInfoEntry
for a short name. The short name is an
alias for a component type.
getMetaInfoForShortName
in interface MetaInfoManager
shortname
- The shorthand name for the component type.
RoleEntry
public MetaInfoEntry getMetaInfoForClassname(java.lang.String classname)
MetaInfoEntry
for a component type. This facilitates
self-healing configuration files where the impl reads the
configuration and translates all <component/>
entries to use the short hand name for readability.
getMetaInfoForClassname
in interface MetaInfoManager
classname
- The component type name
RoleEntry
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |