Uses of Class
org.apache.geronimo.kernel.repository.MissingDependencyException

Packages that use MissingDependencyException
org.apache.geronimo.kernel.config   
org.apache.geronimo.kernel.repository   
 

Uses of MissingDependencyException in org.apache.geronimo.kernel.config
 

Methods in org.apache.geronimo.kernel.config that throw MissingDependencyException
 File ConfigurationResolver.resolve(Artifact artifact)
           
 List ConfigurationResolver.resolveTransitiveDependencies(Collection parents, List dependencies)
           
 

Constructors in org.apache.geronimo.kernel.config that throw MissingDependencyException
Configuration(Collection parents, ConfigurationData configurationData, ConfigurationResolver configurationResolver, ManageableAttributeStore attributeStore)
          Creates a configuration.
 

Uses of MissingDependencyException in org.apache.geronimo.kernel.repository
 

Methods in org.apache.geronimo.kernel.repository that throw MissingDependencyException
 Artifact DefaultArtifactResolver.resolveInClassLoader(Artifact source)
           
 Artifact ArtifactResolver.resolveInClassLoader(Artifact source)
          Used to search for existing artifacts that match the supplied artifact (which may be partially-populated).
 Artifact DefaultArtifactResolver.resolveInClassLoader(Artifact source, Collection parentConfigurations)
           
 Artifact ArtifactResolver.resolveInClassLoader(Artifact source, Collection parentConfigurations)
          Used to search for existing artifacts that match the supplied artifact (which may be partially-populated).
 LinkedHashSet DefaultArtifactResolver.resolveInClassLoader(Collection artifacts)
           
 LinkedHashSet ArtifactResolver.resolveInClassLoader(Collection artifacts)
          Used to search for existing artifacts that match the supplied artifact (which may be partially-populated).
 LinkedHashSet DefaultArtifactResolver.resolveInClassLoader(Collection artifacts, Collection parentConfigurations)
           
 LinkedHashSet ArtifactResolver.resolveInClassLoader(Collection artifacts, Collection parentConfigurations)
          Used to search for existing artifacts that match the supplied artifact (which may be partially-populated).
 



Copyright © 2006 Apache Software Foundation. All Rights Reserved.