public class Transformation extends Object
| Constructor and Description |
|---|
Transformation() |
public String getArtifact()
groupId:artifactId of the dependent XAR artifact where the page
to be transformed is located. If not specified then the page is considered to be in the current projectpublic void setArtifact(String artifact)
artifact - see getArtifact()public String getFile()
target/classes directory of the XML file for which to apply a
transformationpublic String getXpath()
public void setXpath(String xpath)
xpath - see getXpath()public String getValue()
$1 tokens are
replaced by the current valuepublic void setValue(String value)
value - see getValue()Copyright © 2004–2014 XWiki. All rights reserved.