Package | Description |
---|---|
org.jomc.model |
Object management and configuration model classes.
|
Modifier and Type | Class and Description |
---|---|
class |
Dependency
Model of a dependency.
|
Modifier and Type | Field and Description |
---|---|
protected List<SpecificationReference> |
Specifications.reference |
Modifier and Type | Method and Description |
---|---|
SpecificationReference |
SpecificationReference.clone()
Creates and returns a deep copy of this object.
|
SpecificationReference |
ObjectFactory.createSpecificationReference()
Create an instance of
SpecificationReference |
SpecificationReference |
Specifications.getReference(String specification)
Gets a specification reference for a given identifier from the list of references.
|
Modifier and Type | Method and Description |
---|---|
List<SpecificationReference> |
Specifications.getReference()
Gets the value of the reference property.
|
Set<InheritanceModel.Node<SpecificationReference>> |
InheritanceModel.getSpecificationReferenceNodes(String implementation,
String identifier)
Gets a set holding effective specification reference nodes of an implementation.
|
Constructor and Description |
---|
SpecificationReference(SpecificationReference o)
Creates a new
SpecificationReference instance by deeply copying a given SpecificationReference instance. |
Copyright © 2005–2016 The JOMC Project. All rights reserved.