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 |
---|---|
PropertiesResourceType |
JomcToolTask.createTemplateParameterResource()
Creates a new
templateParameterResource element instance. |
PropertiesResourceType |
JomcTask.createTransformationParameterResource()
Creates a new
transformationParameterResource element instance. |
PropertiesResourceType |
JomcToolTask.createVelocityPropertyResource()
Creates a new
velocityPropertyResource element instance. |
Modifier and Type | Method and Description |
---|---|
List<PropertiesResourceType> |
JomcToolTask.getTemplateParameterResources()
Gets the template parameter resources to apply.
|
List<PropertiesResourceType> |
JomcTask.getTransformationParameterResources()
Gets the global transformation parameter resources to apply.
|
List<PropertiesResourceType> |
JomcToolTask.getVelocityPropertyResources()
Gets the Velocity runtime property resources to apply.
|
Modifier and Type | Method and Description |
---|---|
Properties |
JomcTask.getProperties(PropertiesResourceType propertiesResourceType)
Creates a new
Properties instance from a PropertiesResourceType . |
Modifier and Type | Method and Description |
---|---|
PropertiesResourceType |
PropertiesResourceType.clone()
Creates and returns a copy of this object.
|
PropertiesResourceType |
TransformerResourceType.createTransformationParameterResource()
Creates a new
transformationParameterResource element instance. |
Modifier and Type | Method and Description |
---|---|
List<PropertiesResourceType> |
TransformerResourceType.getTransformationParameterResources()
Gets the transformation parameter resources to apply.
|
Copyright © 2005-2013 The JOMC Project. All Rights Reserved.