org.apache.geronimo.kernel.config
Class DependencyNodeUtil
java.lang.Object
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) $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DependencyNodeUtil
public DependencyNodeUtil()
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.