public class JxpAntTask
extends Task
Modifier and Type | Field and Description |
---|---|
private ByteArrayPageSource |
_bufferedPageSource |
private MultiSourcePageSource |
_rootSource |
private java.lang.StringBuffer |
_script |
private java.lang.String |
_scriptPath |
Constructor and Description |
---|
JxpAntTask() |
Modifier and Type | Method and Description |
---|---|
void |
addText(java.lang.String text) |
void |
execute() |
void |
setScriptPath(java.lang.String scriptPath) |
private java.lang.StringBuffer _script
private java.lang.String _scriptPath
private MultiSourcePageSource _rootSource
private ByteArrayPageSource _bufferedPageSource