Package | Description |
---|---|
org.jomc.model |
Object management and configuration model classes.
|
Modifier and Type | Field and Description |
---|---|
protected List<Instance> |
Instances.instance |
Modifier and Type | Method and Description |
---|---|
Instance |
Instance.clone()
Creates and returns a deep copy of this object.
|
Instance |
ObjectFactory.createInstance()
Create an instance of
Instance |
Instance |
Modules.getInstance(Object object)
Gets the instance of an object from the list of modules.
|
Instance |
Modules.getInstance(String implementation)
Gets an instance for an implementation from the list of modules.
|
Instance |
Instances.getInstance(String identifier)
Gets an instance for a given identifier from the list of instances.
|
Instance |
Modules.getInstance(String implementation,
Dependency dependency)
Gets an instance for an implementation from the list of modules overridden with a given dependency.
|
Modifier and Type | Method and Description |
---|---|
javax.xml.bind.JAXBElement<Instance> |
ObjectFactory.createInstance(Instance value)
|
List<Instance> |
Instances.getInstance()
Gets the value of the instance property.
|
Modifier and Type | Method and Description |
---|---|
javax.xml.bind.JAXBElement<Instance> |
ObjectFactory.createInstance(Instance value)
|
Object |
Modules.createObject(Instance instance,
ClassLoader classLoader)
Creates an object of a given instance from the list of modules.
|
Constructor and Description |
---|
Instance(Instance o)
Creates a new
Instance instance by deeply copying a given Instance instance. |
Constructor and Description |
---|
Modules(Map<Object,Instance> objects)
Creates a new
Modules instance taking a map backing the instance. |
Modules(Modules o,
Map<Object,Instance> objects)
Creates a new
Modules instance by deeply copying a given Modules instance taking a map backing
the instance. |
Copyright © 2005–2016 The JOMC Project. All rights reserved.