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 |
PropertiesElement
Java content class for properties element declaration.
|
Modifier and Type | Method and Description |
---|---|
Properties |
ObjectFactory.createProperties()
Create an instance of Properties
|
Properties |
Specification.getProperties()
Properties of the specification.
|
Properties |
Module.getProperties()
Module properties.
|
Properties |
Implementation.getProperties()
Properties of the implementation.
|
Properties |
Dependency.getProperties()
Properties to be set with the object.
|
Modifier and Type | Method and Description |
---|---|
void |
Specification.setProperties(Properties value)
Properties of the specification.
|
void |
Module.setProperties(Properties value)
Module properties.
|
void |
Implementation.setProperties(Properties value)
Properties of the implementation.
|
void |
Dependency.setProperties(Properties value)
Properties to be set with the object.
|
Modifier and Type | Class and Description |
---|---|
class |
PropertiesElementImpl |
class |
PropertiesImpl |
Modifier and Type | Field and Description |
---|---|
protected Properties |
SpecificationImpl._Properties |
protected Properties |
ModuleImpl._Properties |
protected Properties |
ImplementationImpl._Properties |
protected Properties |
DependencyImpl._Properties |
Modifier and Type | Method and Description |
---|---|
Properties |
SpecificationImpl.getProperties() |
Properties |
ModuleImpl.getProperties() |
Properties |
ImplementationImpl.getProperties() |
Properties |
DependencyImpl.getProperties() |
Modifier and Type | Method and Description |
---|---|
void |
SpecificationImpl.setProperties(Properties value) |
void |
ModuleImpl.setProperties(Properties value) |
void |
ImplementationImpl.setProperties(Properties value) |
void |
DependencyImpl.setProperties(Properties value) |
Copyright © 2005-2012 jDTAUS. All Rights Reserved.