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