Uses of Class
org.apache.avalon.composition.model.TypeUnknownException

Packages that use TypeUnknownException
org.apache.avalon.composition.model The model package is resonsible for the population of the containment information model taking into account criteria expressed under meta-info and directives expressed under meta-data in conjunction with the runtime environment. 
 

Uses of TypeUnknownException in org.apache.avalon.composition.model
 

Methods in org.apache.avalon.composition.model that throw TypeUnknownException
 Type TypeRepository.getType(Class clazz)
          Locate a Type instances associated with the supplied implementation classname.
 Type TypeRepository.getType(String classname)
          Locate a Type instances associated with the supplied implementation classname.
 ComponentProfile[] TypeRepository.getProfiles(Type type)
          Return the set of deployment profiles for the supplied type.
 ComponentProfile TypeRepository.getProfile(Type type, String key)
          Return a deployment profile for the supplied type and key.
 



Copyright © The Apache Software Foundation. All Rights Reserved.