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<Dependency> ConfigurationResolver.resolveTransitiveDependencies(Collection<Configuration> parents, List<Dependency> dependencies)
           
 LinkedHashSet<Artifact> ConfigurationManager.sort(List<Artifact> ids, LifecycleMonitor monitor)
           
 LinkedHashSet<Artifact> SimpleConfigurationManager.sort(List<Artifact> ids, LifecycleMonitor monitor)
           
 

Constructors in org.apache.geronimo.kernel.config that throw MissingDependencyException
Configuration(Collection<Configuration> 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<Configuration> parentConfigurations)
           
 Artifact ArtifactResolver.resolveInClassLoader(Artifact source, Collection<Configuration> parentConfigurations)
          Used to search for existing artifacts that match the supplied artifact (which may be partially-populated).
 LinkedHashSet<Artifact> DefaultArtifactResolver.resolveInClassLoader(Collection<Artifact> artifacts)
           
 LinkedHashSet<Artifact> ArtifactResolver.resolveInClassLoader(Collection<Artifact> sources)
          Used to search for existing artifacts that match the supplied artifact (which may be partially-populated).
 LinkedHashSet<Artifact> DefaultArtifactResolver.resolveInClassLoader(Collection<Artifact> artifacts, Collection<Configuration> parentConfigurations)
           
 LinkedHashSet<Artifact> ArtifactResolver.resolveInClassLoader(Collection<Artifact> sources, Collection<Configuration> parentConfigurations)
          Used to search for existing artifacts that match the supplied artifact (which may be partially-populated).
 



Copyright © 2003-2011 The Apache Geronimo development community. All Rights Reserved.