org.jomc.ant.types
Class TransformerResourceType

Package class diagram package TransformerResourceType
java.lang.Object
  extended by org.jomc.ant.types.ResourceType
      extended by org.jomc.ant.types.TransformerResourceType
All Implemented Interfaces:
Cloneable

public class TransformerResourceType
extends ResourceType

Datatype describing a XSLT document resource.

Version:
$JOMC: TransformerResourceType.java 3878 2011-10-24 00:58:09Z schulte2005 $
Author:
Christian Schulte

Constructor Summary
TransformerResourceType()
          Creates a new TransformerResourceType.
 
Method Summary
 TransformerResourceType clone()
          Creates and returns a copy of this object.
 KeyValueType createTransformationOutputProperty()
          Creates a new transformationOutputProperty element instance.
 KeyValueType createTransformationParameter()
          Creates a new transformationParameter element instance.
 PropertiesResourceType createTransformationParameterResource()
          Creates a new transformationParameterResource element instance.
 List<KeyValueType> getTransformationOutputProperties()
          Gets the transformation output properties to apply.
 List<PropertiesResourceType> getTransformationParameterResources()
          Gets the transformation parameter resources to apply.
 List<KeyValueType> getTransformationParameters()
          Gets the transformation parameters to apply.
 String toString()
          Creates and returns a string representation of the object.
 
Methods inherited from class org.jomc.ant.types.ResourceType
getConnectTimeout, getLocation, getReadTimeout, isOptional, setConnectTimeout, setLocation, setOptional, setReadTimeout
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransformerResourceType

public TransformerResourceType()
Creates a new TransformerResourceType.

Method Detail

getTransformationParameters

public final List<KeyValueType> getTransformationParameters()
Gets the transformation parameters to apply.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the object. This is why there is no set method for the transformation parameters property.

Returns:
The transformation parameters to apply.
See Also:
createTransformationParameter()

createTransformationParameter

public KeyValueType createTransformationParameter()
Creates a new transformationParameter element instance.

Returns:
A new transformationParameter element instance.
See Also:
getTransformationParameters()

getTransformationParameterResources

public final List<PropertiesResourceType> getTransformationParameterResources()
Gets the transformation parameter resources to apply.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the object. This is why there is no set method for the transformation parameter resources property.

Returns:
The transformation parameter resources to apply.
See Also:
createTransformationParameterResource()

createTransformationParameterResource

public PropertiesResourceType createTransformationParameterResource()
Creates a new transformationParameterResource element instance.

Returns:
A new transformationParameterResource element instance.
See Also:
getTransformationParameterResources()

getTransformationOutputProperties

public final List<KeyValueType> getTransformationOutputProperties()
Gets the transformation output properties to apply.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the object. This is why there is no set method for the transformation output properties property.

Returns:
The transformation output properties to apply.
See Also:
createTransformationOutputProperty()

createTransformationOutputProperty

public KeyValueType createTransformationOutputProperty()
Creates a new transformationOutputProperty element instance.

Returns:
A new transformationOutputProperty element instance.
See Also:
getTransformationOutputProperties()

clone

public TransformerResourceType clone()
Creates and returns a copy of this object.

Overrides:
clone in class ResourceType
Returns:
A copy of this object.

toString

public String toString()
Creates and returns a string representation of the object.

Overrides:
toString in class ResourceType
Returns:
A string representation of the object.


Copyright © 2005-2012 The JOMC Project. All Rights Reserved.Get JOMC at SourceForge.net. Fast, secure and Free Open Source software downloads
Please note that this documentation is maintained by non-native english speaking authors. As such, you may encounter phrases or wordings which seem imprecise or may even have a totally different meaning to native english speaking readers than what the individual author was trying to express. If you are a native english speaking reader and find any such phrases or wordings we kindly ask you to send an email to the corresponding author and help us improve this documentation in order to avoid misunderstandings. You will find the authors' email addresses at the top of each class. Please accept our apologies for any inconvenience caused.