Uses of Class
org.apache.avalon.fortress.RoleEntry

Packages that use RoleEntry
org.apache.avalon.fortress The fortress package contains an implementation of a component containment system that follows the ECM semantic concerning component resolution. 
org.apache.avalon.fortress.impl.role The role package includes classes and interfaces supporting the ECM role abstraction. 
 

Uses of RoleEntry in org.apache.avalon.fortress
 

Methods in org.apache.avalon.fortress that return RoleEntry
 RoleEntry RoleManager.getRoleForShortName(java.lang.String shortname)
          Get a RoleEntry for a short name.
 RoleEntry RoleManager.getRoleForClassname(java.lang.String classname)
          Get a RoleEntry for a component type.
 

Constructors in org.apache.avalon.fortress with parameters of type RoleEntry
MetaInfoEntry(RoleEntry roleEntry)
          Create a MetaInfoEntry from the supplied RoleEntry.
 

Uses of RoleEntry in org.apache.avalon.fortress.impl.role
 

Methods in org.apache.avalon.fortress.impl.role that return RoleEntry
 RoleEntry AbstractRoleManager.getRoleForClassname(java.lang.String classname)
           
 RoleEntry AbstractRoleManager.getRoleForShortName(java.lang.String shortname)
          Return a role name relative to a supplied short name.
 



Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.