Package | Description |
---|---|
org.jomc.model |
Object management and configuration model classes.
|
Modifier and Type | Field and Description |
---|---|
protected Dependencies |
Instance.dependencies |
protected Dependencies |
Implementation.dependencies |
protected Dependencies |
Dependency.dependencies |
Modifier and Type | Method and Description |
---|---|
Dependencies |
Dependencies.clone()
Creates and returns a deep copy of this object.
|
Dependencies |
ObjectFactory.createDependencies()
Create an instance of
Dependencies |
Dependencies |
Instance.getDependencies()
Dependencies of this instance or
null . |
Dependencies |
Implementation.getDependencies()
Dependencies of this implementation or
null . |
Dependencies |
Dependency.getDependencies()
Dependencies of this dependency or
null . |
Dependencies |
Modules.getDependencies(String implementation)
Gets all dependencies of an implementation from the list of modules.
|
Modifier and Type | Method and Description |
---|---|
javax.xml.bind.JAXBElement<Dependencies> |
ObjectFactory.createDependencies(Dependencies value)
|
Modifier and Type | Method and Description |
---|---|
javax.xml.bind.JAXBElement<Dependencies> |
ObjectFactory.createDependencies(Dependencies value)
|
void |
Instance.setDependencies(Dependencies value)
Sets the value of the dependencies property.
|
void |
Implementation.setDependencies(Dependencies value)
Sets the value of the dependencies property.
|
void |
Dependency.setDependencies(Dependencies value)
Sets the value of the dependencies property.
|
Constructor and Description |
---|
Dependencies(Dependencies o)
Creates a new
Dependencies instance by deeply copying a given Dependencies instance. |
Copyright © 2005–2016 The JOMC Project. All rights reserved.