|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jomc.mojo.ResourceType
org.jomc.mojo.TransformerResourceType
public class TransformerResourceType
Datatype describing a XSLT document resource.
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 |
---|
public TransformerResourceType()
TransformerResourceType
instance.
Method Detail |
---|
public final List<TransformationParameterResource> 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.
public final List<TransformationParameter> 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.
public final List<TransformationOutputProperty> 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.
public TransformerResourceType clone()
clone
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. |