|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Dependencies | |
---|---|
org.jomc.model | Object management and configuration model classes. |
Uses of Dependencies in org.jomc.model |
---|
Fields in org.jomc.model declared as Dependencies | |
---|---|
protected Dependencies |
Implementation.dependencies
|
protected Dependencies |
Dependency.dependencies
|
protected Dependencies |
Instance.dependencies
|
Methods in org.jomc.model that return Dependencies | |
---|---|
Dependencies |
Dependencies.clone()
Creates and returns a deep copy of this object. |
Dependencies |
ObjectFactory.createDependencies()
Create an instance of Dependencies |
Dependencies |
Implementation.getDependencies()
Dependencies of this implementation or null . |
Dependencies |
Dependency.getDependencies()
Dependencies of this dependency or null . |
Dependencies |
Instance.getDependencies()
Dependencies of this instance or null . |
Dependencies |
Modules.getDependencies(String implementation)
Gets all dependencies of an implementation from the list of modules. |
Methods in org.jomc.model that return types with arguments of type Dependencies | |
---|---|
javax.xml.bind.JAXBElement<Dependencies> |
ObjectFactory.createDependencies(Dependencies value)
Create an instance of JAXBElement < Dependencies > } |
Methods in org.jomc.model with parameters of type Dependencies | |
---|---|
javax.xml.bind.JAXBElement<Dependencies> |
ObjectFactory.createDependencies(Dependencies value)
Create an instance of JAXBElement < Dependencies > } |
void |
Implementation.setDependencies(Dependencies value)
Sets the value of the dependencies property. |
void |
Dependency.setDependencies(Dependencies value)
Sets the value of the dependencies property. |
void |
Instance.setDependencies(Dependencies value)
Sets the value of the dependencies property. |
Constructors in org.jomc.model with parameters of type Dependencies | |
---|---|
Dependencies(Dependencies o)
Creates a new Dependencies instance by deeply copying a given Dependencies instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 2005-2012 The JOMC Project. All Rights Reserved. |