| Package | Description |
|---|---|
| org.apache.avalon.fortress |
The
fortress package contains an implementation of a component containment system that follows the ECM
semantic concerning component resolution. |
| Modifier and Type | Method and Description |
|---|---|
RoleEntry |
RoleManager.getRoleForClassname(java.lang.String classname)
Get a
RoleEntry for a component type. |
RoleEntry |
RoleManager.getRoleForShortName(java.lang.String shortname)
Get a
RoleEntry for a short name. |
| Constructor and Description |
|---|
MetaInfoEntry(RoleEntry roleEntry)
Create a MetaInfoEntry from the supplied
RoleEntry. |