|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Instance | |
---|---|
org.jomc.model | Object management and configuration model classes. |
Uses of Instance in org.jomc.model |
---|
Fields in org.jomc.model with type parameters of type Instance | |
---|---|
protected List<Instance> |
Instances.instance
|
Methods in org.jomc.model that return Instance | |
---|---|
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 this 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)
Gets an instance for an implementation from this list of modules. |
Instance |
Modules.getInstance(String implementation,
Dependency dependency)
Gets an instance for an implementation from this list of modules overridden with a given dependency. |
Methods in org.jomc.model that return types with arguments of type Instance | |
---|---|
javax.xml.bind.JAXBElement<Instance> |
ObjectFactory.createInstance(Instance value)
Create an instance of JAXBElement < Instance > } |
List<Instance> |
Instances.getInstance()
Gets the value of the instance property. |
Methods in org.jomc.model with parameters of type Instance | |
---|---|
javax.xml.bind.JAXBElement<Instance> |
ObjectFactory.createInstance(Instance value)
Create an instance of JAXBElement < Instance > } |
Object |
Modules.createObject(Instance instance,
ClassLoader classLoader)
Creates an object for a given instance from this list of modules. |
Constructors in org.jomc.model with parameters of type Instance | |
---|---|
Instance(Instance o)
Creates a new Instance instance by deeply copying a given Instance instance. |
Constructor parameters in org.jomc.model with type arguments of type Instance | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |