|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTask
biz.hammurapi.ant.StyleTask
public class StyleTask
This task applies a stylesheet to XML files. Output file name is calculated from XPath expression.
Constructor Summary | |
---|---|
StyleTask()
|
Method Summary | |
---|---|
void |
addFileSet(FileSet fileSet)
Adds file set |
void |
execute()
|
void |
setFileName(java.lang.String fileName)
XPath expression for file name. |
void |
setOutputDir(java.io.File outputDir)
Output directory. |
void |
setStyle(java.io.File style)
Style |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StyleTask()
Method Detail |
---|
public void setOutputDir(java.io.File outputDir)
outputDir
- public void setFileName(java.lang.String fileName)
fileName
- public void addFileSet(FileSet fileSet)
fileSet
- public void setStyle(java.io.File style)
style
- public void execute() throws BuildException
BuildException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |