org.apache.geronimo.kernel.config
Class DependencyNodeUtil

java.lang.Object
  extended by org.apache.geronimo.kernel.config.DependencyNodeUtil

public class DependencyNodeUtil
extends Object

Version:
$Rev: 755494 $ $Date: 2009-03-18 15:07:17 +0800 (Wed, 18 Mar 2009) $

Constructor Summary
DependencyNodeUtil()
           
 
Method Summary
static void addClassParents(DependencyNode node, LinkedHashSet<Configuration> parents, ConfigurationSource configurationManager)
           
static void addServiceParents(DependencyNode node, LinkedHashSet<Configuration> parents, ConfigurationSource configurationManager)
           
static List<Configuration> getAllServiceParents(DependencyNode root, ConfigurationManager configurationManager)
           
static DependencyNode toDependencyNode(Environment environment, ArtifactResolver artifactResolver, ConfigurationManager configurationFilter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DependencyNodeUtil

public DependencyNodeUtil()
Method Detail

getAllServiceParents

public static List<Configuration> getAllServiceParents(DependencyNode root,
                                                       ConfigurationManager configurationManager)
                                                throws NoSuchConfigException
Throws:
NoSuchConfigException

addClassParents

public static void addClassParents(DependencyNode node,
                                   LinkedHashSet<Configuration> parents,
                                   ConfigurationSource configurationManager)
                            throws NoSuchConfigException
Throws:
NoSuchConfigException

addServiceParents

public static void addServiceParents(DependencyNode node,
                                     LinkedHashSet<Configuration> parents,
                                     ConfigurationSource configurationManager)
                              throws NoSuchConfigException
Throws:
NoSuchConfigException

toDependencyNode

public static DependencyNode toDependencyNode(Environment environment,
                                              ArtifactResolver artifactResolver,
                                              ConfigurationManager configurationFilter)
                                       throws MissingDependencyException
Throws:
MissingDependencyException


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