Package | Description |
---|---|
org.jdtaus.mojo.resource.model |
JAXB classes of the
"http://jdtaus.org/core/model/container"
namespace. |
org.jdtaus.mojo.resource.model.impl |
JAXB implementation classes of the
"http://jdtaus.org/core/model/container" namespace. |
Modifier and Type | Interface and Description |
---|---|
interface |
SpecificationsElement
Java content class for specifications element declaration.
|
Modifier and Type | Method and Description |
---|---|
Specifications |
ObjectFactory.createSpecifications()
Create an instance of Specifications
|
Specifications |
Module.getSpecifications()
Specifications defined in the module.
|
Specifications |
Implementation.getSpecifications()
Specifications implemented by this implementation.
|
Modifier and Type | Method and Description |
---|---|
void |
Module.setSpecifications(Specifications value)
Specifications defined in the module.
|
void |
Implementation.setSpecifications(Specifications value)
Specifications implemented by this implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
SpecificationsElementImpl |
class |
SpecificationsImpl |
Modifier and Type | Field and Description |
---|---|
protected Specifications |
ModuleImpl._Specifications |
protected Specifications |
ImplementationImpl._Specifications |
Modifier and Type | Method and Description |
---|---|
Specifications |
ModuleImpl.getSpecifications() |
Specifications |
ImplementationImpl.getSpecifications() |
Modifier and Type | Method and Description |
---|---|
void |
ModuleImpl.setSpecifications(Specifications value) |
void |
ImplementationImpl.setSpecifications(Specifications value) |
Copyright © 2005-2012 jDTAUS. All Rights Reserved.