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

Packages that use MissingDependencyException
org.apache.geronimo.client.builder   
org.apache.geronimo.deployment.cli   
org.apache.geronimo.deployment.plugin.jmx   
org.apache.geronimo.kernel.config   
org.apache.geronimo.kernel.repository   
org.apache.geronimo.system.main   
org.apache.geronimo.system.plugin   
 

Uses of MissingDependencyException in org.apache.geronimo.client.builder
 

Methods in org.apache.geronimo.client.builder that throw MissingDependencyException
 Artifact OptionalExplicitDefaultArtifactResolver.resolveInClassLoader(Artifact source)
           
 Artifact OptionalExplicitDefaultArtifactResolver.resolveInClassLoader(Artifact source, Collection parentConfigurations)
           
 LinkedHashSet OptionalExplicitDefaultArtifactResolver.resolveInClassLoader(Collection artifacts)
           
 LinkedHashSet OptionalExplicitDefaultArtifactResolver.resolveInClassLoader(Collection artifacts, Collection parentConfigurations)
           
 

Uses of MissingDependencyException in org.apache.geronimo.deployment.cli
 

Methods in org.apache.geronimo.deployment.cli that throw MissingDependencyException
protected  Artifact OfflineDeployerStarter.resolveOfflineDeployer()
           
 

Uses of MissingDependencyException in org.apache.geronimo.deployment.plugin.jmx
 

Methods in org.apache.geronimo.deployment.plugin.jmx that throw MissingDependencyException
 void RemoteDeploymentManager.validatePlugin(PluginType plugin)
           
 

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 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)
           
 Artifact ArtifactResolver.resolveInClassLoader(Artifact source, Collection<Configuration> parentConfigurations)
          Used to search for existing artifacts that match the supplied artifact (which may be partially-populated).
 Artifact DefaultArtifactResolver.resolveInClassLoader(Artifact source, Collection<Configuration> parentConfigurations)
           
 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)
           
 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).
 LinkedHashSet<Artifact> DefaultArtifactResolver.resolveInClassLoader(Collection<Artifact> artifacts, Collection<Configuration> parentConfigurations)
           
 

Uses of MissingDependencyException in org.apache.geronimo.system.main
 

Methods in org.apache.geronimo.system.main that throw MissingDependencyException
protected  void CommandLine.loadConfigurations(List configurations)
           
 

Uses of MissingDependencyException in org.apache.geronimo.system.plugin
 

Methods in org.apache.geronimo.system.plugin that return types with arguments of type MissingDependencyException
 List<MissingDependencyException> DownloadResults.getSkippedPlugins()
           
 

Methods in org.apache.geronimo.system.plugin with parameters of type MissingDependencyException
 void DownloadPoller.addSkippedConfigID(MissingDependencyException e)
          Provides details on why a plugin was not installed.
 void DownloadResults.addSkippedConfigID(MissingDependencyException e)
           
 

Methods in org.apache.geronimo.system.plugin that throw MissingDependencyException
 void PluginInstaller.validatePlugin(PluginType plugin)
          Ensures that a plugin artifact is installable.
 void PluginInstallerGBean.validatePlugin(PluginType plugin)
          Ensures that a plugin is installable.
 



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