org.jomc.mojo
Class TransformerResourceType

Package class diagram package TransformerResourceType
java.lang.Object
  extended by org.jomc.mojo.ResourceType
      extended by org.jomc.mojo.TransformerResourceType
All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
ModelObjectStylesheetResource, ModletObjectStylesheetResource

public class TransformerResourceType
extends ResourceType

Datatype describing a XSLT document resource.

Since:
1.2
Version:
$JOMC: TransformerResourceType.java 3880 2011-10-24 01:00:25Z schulte2005 $
Author:
Christian Schulte

Constructor Summary
TransformerResourceType()
          Creates a new TransformerResourceType instance.
 
Method Summary
 TransformerResourceType clone()
          Creates and returns a copy of this object.
 List<TransformationOutputProperty> getTransformationOutputProperties()
          Gets the transformation output properties to apply.
 List<TransformationParameterResource> getTransformationParameterResources()
          Gets the transformation parameter resource to apply.
 List<TransformationParameter> getTransformationParameters()
          Gets the transformation parameters to apply.
 
Methods inherited from class org.jomc.mojo.ResourceType
getConnectTimeout, getLocation, getReadTimeout, isOptional, setConnectTimeout, setLocation, setOptional, setReadTimeout, toString
 
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 instance.

Method Detail

getTransformationParameterResources

public final List<TransformationParameterResource> getTransformationParameterResources()
Gets the transformation parameter resource 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.

getTransformationParameters

public final List<TransformationParameter> 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.

getTransformationOutputProperties

public final List<TransformationOutputProperty> 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.

clone

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

Overrides:
clone in class ResourceType
Returns:
A copy of this 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.