Package | Description |
---|---|
org.jomc.model |
Object management and configuration model classes.
|
Modifier and Type | Field and Description |
---|---|
protected List<Dependency> |
Dependencies.dependency |
Modifier and Type | Method and Description |
---|---|
Dependency |
Dependency.clone()
Creates and returns a deep copy of this object.
|
Dependency |
ObjectFactory.createDependency()
Create an instance of
Dependency |
Dependency |
Dependencies.getDependency(String name)
Gets a dependency for a given name from the list of dependencies.
|
Modifier and Type | Method and Description |
---|---|
javax.xml.bind.JAXBElement<Dependency> |
ObjectFactory.createDependency(Dependency value)
|
List<Dependency> |
Dependencies.getDependenciesBySpecification(String specification)
Gets a list of dependencies referencing a given specification.
|
List<Dependency> |
Dependencies.getDependency()
Gets the value of the dependency property.
|
Set<InheritanceModel.Node<Dependency>> |
InheritanceModel.getDependencyNodes(String implementation,
String name)
Gets a set holding effective dependency nodes of an implementation.
|
Modifier and Type | Method and Description |
---|---|
javax.xml.bind.JAXBElement<Dependency> |
ObjectFactory.createDependency(Dependency value)
|
Instance |
Modules.getInstance(String implementation,
Dependency dependency)
Gets an instance for an implementation from the list of modules overridden with a given dependency.
|
Constructor and Description |
---|
Dependency(Dependency o)
Creates a new
Dependency instance by deeply copying a given Dependency instance. |
Copyright © 2005–2016 The JOMC Project. All rights reserved.