|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jomc.ant.types.ResourceType
org.jomc.ant.types.TransformerResourceType
public class TransformerResourceType
Datatype describing a XSLT document resource.
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 |
---|
public TransformerResourceType()
TransformerResourceType
.
Method Detail |
---|
public final List<KeyValueType> getTransformationParameters()
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.
createTransformationParameter()
public KeyValueType createTransformationParameter()
transformationParameter
element instance.
transformationParameter
element instance.getTransformationParameters()
public final List<PropertiesResourceType> getTransformationParameterResources()
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.
createTransformationParameterResource()
public PropertiesResourceType createTransformationParameterResource()
transformationParameterResource
element instance.
transformationParameterResource
element instance.getTransformationParameterResources()
public final List<KeyValueType> getTransformationOutputProperties()
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.
createTransformationOutputProperty()
public KeyValueType createTransformationOutputProperty()
transformationOutputProperty
element instance.
transformationOutputProperty
element instance.getTransformationOutputProperties()
public TransformerResourceType clone()
clone
in class ResourceType
public String toString()
toString
in class ResourceType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2005-2012 The JOMC Project. All Rights Reserved. |