Package | Description |
---|---|
org.jomc.ant |
Object management and configuration task classes for Apache Ant.
|
org.jomc.ant.types |
Object management and configuration task data type classes for Apache Ant.
|
Modifier and Type | Method and Description |
---|---|
KeyValueType |
JomcTask.createModelContextAttribute()
Creates a new
modelContextAttribute element instance. |
KeyValueType |
JomcToolTask.createTemplateParameter()
Creates a new
templateParameter element instance. |
KeyValueType |
JomcTask.createTransformationOutputProperty()
Creates a new
transformationOutputProperty element instance. |
KeyValueType |
JomcTask.createTransformationParameter()
Creates a new
transformationParameter element instance. |
KeyValueType |
JomcToolTask.createVelocityProperty()
Creates a new
velocityProperty element instance. |
Modifier and Type | Method and Description |
---|---|
List<KeyValueType> |
JomcTask.getModelContextAttributes()
Gets the
ModelContext attributes to apply. |
List<KeyValueType> |
JomcToolTask.getTemplateParameters()
Gets the template parameters to apply.
|
List<KeyValueType> |
JomcTask.getTransformationOutputProperties()
Gets the global transformation output properties to apply.
|
List<KeyValueType> |
JomcTask.getTransformationParameters()
Gets the global transformation parameters to apply.
|
List<KeyValueType> |
JomcToolTask.getVelocityProperties()
Gets the Velocity runtime properties to apply.
|
Modifier and Type | Method and Description |
---|---|
void |
JomcTask.assertKeysNotNull(Collection<? extends KeyValueType> keys)
Throws a
BuildException on a null value of a key property of a given KeyValueType
collection. |
Modifier and Type | Method and Description |
---|---|
KeyValueType |
KeyValueType.clone()
Creates and returns a copy of this object.
|
KeyValueType |
TransformerResourceType.createTransformationOutputProperty()
Creates a new
transformationOutputProperty element instance. |
KeyValueType |
TransformerResourceType.createTransformationParameter()
Creates a new
transformationParameter element instance. |
Modifier and Type | Method and Description |
---|---|
List<KeyValueType> |
TransformerResourceType.getTransformationOutputProperties()
Gets the transformation output properties to apply.
|
List<KeyValueType> |
TransformerResourceType.getTransformationParameters()
Gets the transformation parameters to apply.
|
Copyright © 2005-2013 The JOMC Project. All Rights Reserved.