|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeyValueType | |
---|---|
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. |
Uses of KeyValueType in org.jomc.ant |
---|
Methods in org.jomc.ant that return KeyValueType | |
---|---|
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. |
Methods in org.jomc.ant that return types with arguments of type KeyValueType | |
---|---|
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. |
Method parameters in org.jomc.ant with type arguments of type KeyValueType | |
---|---|
void |
JomcTask.assertKeysNotNull(Collection<? extends KeyValueType> keys)
Throws a BuildException on a null value of a key property of a given KeyValueType
collection. |
Uses of KeyValueType in org.jomc.ant.types |
---|
Methods in org.jomc.ant.types that return KeyValueType | |
---|---|
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. |
Methods in org.jomc.ant.types that return types with arguments of type KeyValueType | |
---|---|
List<KeyValueType> |
TransformerResourceType.getTransformationOutputProperties()
Gets the transformation output properties to apply. |
List<KeyValueType> |
TransformerResourceType.getTransformationParameters()
Gets the transformation parameters to apply. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 2005-2012 The JOMC Project. All Rights Reserved. |