Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
V
W
X
A
addArg(Arg)
- Method in class net.sweetohm.ant.xml.
XTask
Add an argument for the processor.
addFileset(FileSet)
- Method in class net.sweetohm.ant.util.
FileTask
Fileset nested element.
addText(String)
- Method in class net.sweetohm.ant.bsh.
BshTask
Add text to the script to process.
AntLauncher
- Class in
net.sweetohm.ant.util
This class is a simple loader for Ant in order to make debug trivial.
AntLauncher()
- Constructor for class net.sweetohm.ant.util.
AntLauncher
Arg
- Class in
net.sweetohm.ant.util
A container class to pass arguments to the processor.
Arg()
- Constructor for class net.sweetohm.ant.util.
Arg
args
- Variable in class net.sweetohm.ant.bsh.
BshTask
The list of arguments to pass to the script.
args
- Variable in class net.sweetohm.ant.xml.
XTask
The argument list
B
BLANKS
- Static variable in class net.sweetohm.ant.server.
RequestHandler
Blank characters
BLANKS
- Static variable in class net.sweetohm.ant.util.
IO
Separator characters
BshTask
- Class in
net.sweetohm.ant.bsh
This task executes a Beanshell script within an Ant script.
BshTask()
- Constructor for class net.sweetohm.ant.bsh.
BshTask
Empty constructor.
buildFinished(BuildEvent)
- Method in class net.sweetohm.ant.server.
RequestHandler
Fired after the last target has finished.
buildStarted(BuildEvent)
- Method in class net.sweetohm.ant.server.
RequestHandler
Fired before any targets are started.
C
characters(char[], int, int)
- Method in class net.sweetohm.ant.xml.
WordCountTask.Handler
This method is called when a text node is met.
checkAccess(Socket)
- Method in class net.sweetohm.ant.server.
ServerTask
Check that the access is granted by searching the IP of the client in the list of granted IPs.
Client
- Class in
net.sweetohm.ant.server
Ant server test client.
Client(String[])
- Constructor for class net.sweetohm.ant.server.
Client
Constructor for the Client.
command
- Variable in class net.sweetohm.ant.server.
Client
The command to send to the server
COMMAND_PACKAGE
- Static variable in class net.sweetohm.ant.server.
RequestHandler
The package name for commands
countWords(String)
- Method in class net.sweetohm.ant.xml.
WordCountTask.Handler
Utility method to count words in a string.
cutFile(String, File)
- Method in class net.sweetohm.ant.xml.
SplitTask
Cut a file into parts delimited with the PI
D
debug
- Variable in class net.sweetohm.ant.html.
LinkTask
Debug flag
DEFAULT_ENCODING
- Static variable in class net.sweetohm.ant.util.
IO
The default encoding (ASCII)
defaultToFile
- Static variable in class net.sweetohm.ant.xml.
MergeTask
Default generated file
delegator
- Variable in class net.sweetohm.ant.html.
LinkTask
SGML parser to parse HTML
dir
- Variable in class net.sweetohm.ant.util.
FileTask
The coma separated list of directories to process
doctype
- Variable in class net.sweetohm.ant.xml.
MergeTask
The resulting document doctype
dtd
- Variable in class net.sweetohm.ant.xml.
ValidTask
DTD loading flag
E
encoding
- Variable in class net.sweetohm.ant.xml.
MergeTask
The resulting document encoding
ENCODING_ATT
- Static variable in class net.sweetohm.ant.util.
IO
The encoding attribute
endElement(String, String, String)
- Method in class net.sweetohm.ant.xml.
WordCountTask.Handler
This method is called when the end of an element is reached.
error(String)
- Method in class net.sweetohm.ant.bsh.
BshTask
ERROR
- Static variable in class net.sweetohm.ant.xml.
ValidTask
error(SAXParseException)
- Method in class net.sweetohm.ant.xml.
ValidTask.Handler
Manage errors.
error(SAXParseException)
- Method in class net.sweetohm.ant.xml.
WordCountTask.Handler
Manage errors.
error(SAXParseException)
- Method in class net.sweetohm.ant.xml.
XTask
Manage errors.
errorCount
- Variable in class net.sweetohm.ant.xml.
ValidTask
The number of errors
errorlevel
- Variable in class net.sweetohm.ant.xml.
ValidTask
excludeElements
- Variable in class net.sweetohm.ant.xml.
WordCountTask
The list of elements to exclude
execute()
- Method in class net.sweetohm.ant.bsh.
BshTask
Processing method for the task.
execute()
- Method in class net.sweetohm.ant.html.
LinkTask
The method to launch the program as an Ant task.
execute(List, Project, Writer)
- Static method in class net.sweetohm.ant.server.command.
Exit
Execute the exit command by throwing an
InterruptedException
.
execute(List, Project, Writer)
- Static method in class net.sweetohm.ant.server.command.
Help
Execute the command.
execute(List, Project, Writer)
- Static method in class net.sweetohm.ant.server.command.
Target
Execute the command.
execute()
- Method in class net.sweetohm.ant.server.
ServerTask
Lauch the server for Ant management, ant wait for shutdown.
execute()
- Method in class net.sweetohm.ant.xml.
InsertTask
The method to launch the program as an Ant task.
execute()
- Method in class net.sweetohm.ant.xml.
MergeTask
The method to launch the program as an Ant task.
execute()
- Method in class net.sweetohm.ant.xml.
NestTask
The method to launch the program as an Ant task.
execute()
- Method in class net.sweetohm.ant.xml.
SplitTask
The method to launch the program as an Ant task.
execute()
- Method in class net.sweetohm.ant.xml.
ValidTask
Executes the task.
execute()
- Method in class net.sweetohm.ant.xml.
WordCountTask
Execute the task.
execute()
- Method in class net.sweetohm.ant.xml.
XTask
Executes the task.
Exit
- Class in
net.sweetohm.ant.server.command
Exit command, to shutdown the server.
Exit()
- Constructor for class net.sweetohm.ant.server.command.
Exit
extension
- Variable in class net.sweetohm.ant.xml.
XTask
Extension for processed files (defaults to .html)
external
- Variable in class net.sweetohm.ant.html.
LinkTask
External files check flag
extract(String)
- Method in class net.sweetohm.ant.xml.
MergeTask
Extract the root element from the file content
F
failonerror
- Variable in class net.sweetohm.ant.xml.
ValidTask
Fail on error flag.
FATAL
- Static variable in class net.sweetohm.ant.xml.
ValidTask
fatalError(SAXParseException)
- Method in class net.sweetohm.ant.xml.
ValidTask.Handler
Manage fatal errors.
fatalError(SAXParseException)
- Method in class net.sweetohm.ant.xml.
WordCountTask.Handler
Manage fatal errors.
fatalError(SAXParseException)
- Method in class net.sweetohm.ant.xml.
XTask
Manage fatal errors.
file
- Variable in class net.sweetohm.ant.util.
FileTask
The coma separated list of files to process
FILE
- Static variable in class net.sweetohm.ant.xml.
ValidTask
The file prefix for system ID
FILE
- Static variable in class net.sweetohm.ant.xml.
WordCountTask
The file prefix for system ID
files
- Variable in class net.sweetohm.ant.xml.
InsertTask
The list of files to process
files
- Variable in class net.sweetohm.ant.xml.
NestTask
The list of files to process
files
- Variable in class net.sweetohm.ant.xml.
SplitTask
The list of files to process
filesets
- Variable in class net.sweetohm.ant.util.
FileTask
The
Vector
of filesets to process
FileTask
- Class in
net.sweetohm.ant.util
This is the ancestor of all the file related tasks.
FileTask()
- Constructor for class net.sweetohm.ant.util.
FileTask
force
- Variable in class net.sweetohm.ant.xml.
XTask
Force flag.
G
getClassName(String)
- Method in class net.sweetohm.ant.server.
RequestHandler
Return the class name for a given command.
getErr()
- Method in class net.sweetohm.ant.bsh.
BshTask
getFiles(boolean)
- Method in class net.sweetohm.ant.util.
FileTask
Return the list of files to process.
getIn()
- Method in class net.sweetohm.ant.bsh.
BshTask
getInputSource(File)
- Static method in class net.sweetohm.ant.xml.
XTask
Creates imput source
getName()
- Method in class net.sweetohm.ant.util.
Arg
getOut()
- Method in class net.sweetohm.ant.bsh.
BshTask
getParser()
- Method in class net.sweetohm.ant.xml.
ValidTask
Builds the SAX parser for parsing.
getParser()
- Static method in class net.sweetohm.ant.xml.
XTask
Builds the SAX parser for XT.
getValue()
- Method in class net.sweetohm.ant.util.
Arg
getXMLFileEncoding(File)
- Static method in class net.sweetohm.ant.util.
IO
Return the encoding of an XML file.
guessedEncoding
- Variable in class net.sweetohm.ant.xml.
MergeTask
Guessed resulting document encoding (from first file)
H
handle(Socket)
- Method in class net.sweetohm.ant.server.
RequestHandler
Method to handle requests.
handler
- Variable in class net.sweetohm.ant.xml.
WordCountTask
The handler
handler
- Static variable in class net.sweetohm.ant.xml.
XTask
Output handler for the XT processor
handleSimpleTag(HTML.Tag, MutableAttributeSet, int)
- Method in class net.sweetohm.ant.html.
LinkTask.Parser
handleStartTag(HTML.Tag, MutableAttributeSet, int)
- Method in class net.sweetohm.ant.html.
LinkTask.Parser
Help
- Class in
net.sweetohm.ant.server.command
Implementation of the Help command.
Help()
- Constructor for class net.sweetohm.ant.server.command.
Help
host
- Variable in class net.sweetohm.ant.server.
Client
The host of the running Ant server
I
ignoreCharSet
- Variable in class net.sweetohm.ant.html.
LinkTask
Ignore charset when parsing
include
- Variable in class net.sweetohm.ant.xml.
WordCountTask
The include stack (indicates if should include current element)
includeAttributes
- Variable in class net.sweetohm.ant.xml.
WordCountTask
The map of attributes to include (sorted by elements)
INDENT
- Static variable in class net.sweetohm.ant.html.
LinkTask
Indentation block
insert(String, File, String)
- Method in class net.sweetohm.ant.xml.
InsertTask
Insert the PI with the content of the file
insert(String, File, String)
- Method in class net.sweetohm.ant.xml.
NestTask
Insert the PI with the content of the file
InsertTask
- Class in
net.sweetohm.ant.xml
This task replace a given processing instruction with the content of a given file.
InsertTask()
- Constructor for class net.sweetohm.ant.xml.
InsertTask
Empty constructor (needed for reflexion).
interpreter
- Static variable in class net.sweetohm.ant.bsh.
BshTask
The BSH interpreter.
interrupt
- Variable in class net.sweetohm.ant.html.
LinkTask
Interruption flag
interrupted
- Variable in class net.sweetohm.ant.html.
LinkTask
Interruption requested
IO
- Class in
net.sweetohm.ant.util
This class is an utility class for IO.
IO()
- Constructor for class net.sweetohm.ant.util.
IO
ips
- Variable in class net.sweetohm.ant.server.
ServerTask
List of allowed IPs for connection
K
koCache
- Variable in class net.sweetohm.ant.html.
LinkTask
Cache for KO URLs
L
LinkTask
- Class in
net.sweetohm.ant.html
This task checks links in HTML files.
LinkTask()
- Constructor for class net.sweetohm.ant.html.
LinkTask
Creates a new
LinkTask
instance.
LinkTask.Parser
- Class in
net.sweetohm.ant.html
This class handles parser callbacks.
LinkTask.Parser()
- Constructor for class net.sweetohm.ant.html.
LinkTask.Parser
loadFile(File)
- Static method in class net.sweetohm.ant.util.
IO
Read a file.
loadFile(File, String)
- Static method in class net.sweetohm.ant.util.
IO
Read a file using a given encoding.
loadXMLFile(File)
- Static method in class net.sweetohm.ant.util.
IO
Read an XML file.
log(String)
- Method in class net.sweetohm.ant.bsh.
BshTask
A log method that avoid message mixing with synchronization.
log
- Variable in class net.sweetohm.ant.html.
LinkTask
Log file name
log(String)
- Method in class net.sweetohm.ant.html.
LinkTask
This method logs a message.
logWriter
- Variable in class net.sweetohm.ant.html.
LinkTask
Log writer
M
main(String[])
- Static method in class net.sweetohm.ant.server.
Client
Method main.
main(String[])
- Static method in class net.sweetohm.ant.util.
AntLauncher
Method main.
main(String[])
- Static method in class net.sweetohm.ant.util.
IO
Test method.
maxerrors
- Variable in class net.sweetohm.ant.xml.
ValidTask
The maximum number of errors
MergeTask
- Class in
net.sweetohm.ant.xml
This task merge XML files in a single file (see documentation for more details.
MergeTask()
- Constructor for class net.sweetohm.ant.xml.
MergeTask
messageLogged(BuildEvent)
- Method in class net.sweetohm.ant.server.
RequestHandler
Fired whenever a message is logged.
N
name
- Variable in class net.sweetohm.ant.util.
Arg
nbFiles
- Variable in class net.sweetohm.ant.xml.
WordCountTask
The number of files
nbWords
- Variable in class net.sweetohm.ant.xml.
WordCountTask
The number of words in the document being parsed
nestingElement
- Variable in class net.sweetohm.ant.xml.
MergeTask
Indicates if a nesting element is necessary
nestingElementName
- Variable in class net.sweetohm.ant.xml.
MergeTask
Nesting element name
NestTask
- Class in
net.sweetohm.ant.xml
This task nest files within a given file to replace a processing instruction.
NestTask()
- Constructor for class net.sweetohm.ant.xml.
NestTask
Empty constructor (needed for reflexion).
net.sweetohm.ant.bsh
- package net.sweetohm.ant.bsh
net.sweetohm.ant.html
- package net.sweetohm.ant.html
net.sweetohm.ant.server
- package net.sweetohm.ant.server
net.sweetohm.ant.server.command
- package net.sweetohm.ant.server.command
net.sweetohm.ant.util
- package net.sweetohm.ant.util
net.sweetohm.ant.xml
- package net.sweetohm.ant.xml
O
OK
- Static variable in class net.sweetohm.ant.html.
LinkTask
Response code for OK
okCache
- Variable in class net.sweetohm.ant.html.
LinkTask
Cache for OK URLs
out
- Variable in class net.sweetohm.ant.server.
RequestHandler
The out writer
P
parsedFile
- Variable in class net.sweetohm.ant.html.
LinkTask
The file being parsed
parser
- Variable in class net.sweetohm.ant.html.
LinkTask
The parser
parser
- Variable in class net.sweetohm.ant.xml.
WordCountTask
The SAX parser
parseXMLHeader(String)
- Static method in class net.sweetohm.ant.util.
IO
Parse XML header to: Check that this is an XML header.
pattern
- Variable in class net.sweetohm.ant.xml.
InsertTask
Processing instruction to search
pattern
- Variable in class net.sweetohm.ant.xml.
NestTask
Processing instruction to search
pattern
- Variable in class net.sweetohm.ant.xml.
SplitTask
Processing instruction to search
pi
- Variable in class net.sweetohm.ant.xml.
InsertTask
Processing instruction to search for
pi
- Variable in class net.sweetohm.ant.xml.
NestTask
Processing instruction to search for
pi
- Variable in class net.sweetohm.ant.xml.
SplitTask
Processing instruction to search for
port
- Variable in class net.sweetohm.ant.server.
Client
The port of the running Ant server
port
- Variable in class net.sweetohm.ant.server.
ServerTask
The port the server is listening to
print(String)
- Method in class net.sweetohm.ant.bsh.
BshTask
printError(SAXParseException)
- Method in class net.sweetohm.ant.xml.
ValidTask.Handler
Print and register the error.
printError(SAXParseException)
- Method in class net.sweetohm.ant.xml.
WordCountTask.Handler
Print a validation error.
println(String)
- Method in class net.sweetohm.ant.bsh.
BshTask
printSAXParseException(SAXParseException)
- Method in class net.sweetohm.ant.xml.
XTask
Print the SAX error message.
process(String)
- Method in class net.sweetohm.ant.server.
RequestHandler
Process a command.
processFile(File, String)
- Method in class net.sweetohm.ant.xml.
InsertTask
Process a single file
processFile(File)
- Method in class net.sweetohm.ant.xml.
MergeTask
Process a single file
processFile(File, String)
- Method in class net.sweetohm.ant.xml.
NestTask
Process a single file
processFile(File)
- Method in class net.sweetohm.ant.xml.
SplitTask
Process a single file
project
- Variable in class net.sweetohm.ant.server.
RequestHandler
The running project
project
- Variable in class net.sweetohm.ant.server.
ServerTask
The project to build
property
- Variable in class net.sweetohm.ant.xml.
WordCountTask
The property for the number of words
propertyFiles
- Variable in class net.sweetohm.ant.xml.
WordCountTask
The property for the number of files
Q
quiet
- Variable in class net.sweetohm.ant.xml.
WordCountTask
Quiet flag (no message)
R
removeLogger(Project)
- Static method in class net.sweetohm.ant.server.command.
Target
Remove and return the default logger of the project.
RequestHandler
- Class in
net.sweetohm.ant.server
This class handles requests for Ant and process them.
RequestHandler(Project, Task)
- Constructor for class net.sweetohm.ant.server.
RequestHandler
Creates a new
RequestHandler
instance.
reset
- Variable in class net.sweetohm.ant.bsh.
BshTask
Reset flag.
run()
- Method in class net.sweetohm.ant.server.
Client
Method run.
run()
- Method in class net.sweetohm.ant.server.
ServerTask
The main loop of the server.
S
script
- Variable in class net.sweetohm.ant.bsh.
BshTask
The nested script to process.
send(String)
- Method in class net.sweetohm.ant.server.
RequestHandler
Send a message to the client.
separators
- Variable in class net.sweetohm.ant.xml.
WordCountTask
The set of separator characters (between two words)
server
- Variable in class net.sweetohm.ant.server.
ServerTask
The server socket to listen port
ServerTask
- Class in
net.sweetohm.ant.server
This task runs a server to handle build requests send by sockets.
ServerTask()
- Constructor for class net.sweetohm.ant.server.
ServerTask
Empty constructor.
setArgs(String)
- Method in class net.sweetohm.ant.bsh.
BshTask
Set command line arguments for the script.
setDebug(boolean)
- Method in class net.sweetohm.ant.html.
LinkTask
Debug flag.
setDir(String)
- Method in class net.sweetohm.ant.util.
FileTask
Dir attribute.
setDoctype(String)
- Method in class net.sweetohm.ant.xml.
MergeTask
Doctype setter.
setDocumentProperties(String)
- Method in class net.sweetohm.ant.xml.
WordCountTask
Load a properties file defining document properties, that is the lists of elements to exclude, single elements, attributes to include and separator characters.
setDtd(boolean)
- Method in class net.sweetohm.ant.xml.
ValidTask
Setter for the DTD loading.
setEncoding(String)
- Method in class net.sweetohm.ant.xml.
MergeTask
Encoding setter.
setErrorlevel(String)
- Method in class net.sweetohm.ant.xml.
ValidTask
Error level setter (possible values are 'warning', 'error' or 'fatal').
setExcludeElements(String)
- Method in class net.sweetohm.ant.xml.
WordCountTask
Set the list of excluded elements from the word count.
setExtension(String)
- Method in class net.sweetohm.ant.xml.
XTask
Extension setter.
setExternal(boolean)
- Method in class net.sweetohm.ant.html.
LinkTask
External files check setter.
setFailonerror(boolean)
- Method in class net.sweetohm.ant.xml.
ValidTask
Setter for the failonerror flag.If true, the Ant compilation stops with an error message if the document being validated is not valid.
setFile(String)
- Method in class net.sweetohm.ant.util.
FileTask
File attribute.
setForce(boolean)
- Method in class net.sweetohm.ant.xml.
XTask
Setter for the force flag.
setIgnoreCharSet(boolean)
- Method in class net.sweetohm.ant.html.
LinkTask
Indicates if the parser should ignore charset when parsing.
setIncludeAttributes(String)
- Method in class net.sweetohm.ant.xml.
WordCountTask
Set the list of attributes to include as a coma separated list.
setInterrupt(boolean)
- Method in class net.sweetohm.ant.html.
LinkTask
Interrupt setter.
setIps(String)
- Method in class net.sweetohm.ant.server.
ServerTask
Set the list of granted IPs for connection.
setLog(String)
- Method in class net.sweetohm.ant.html.
LinkTask
Log file setter.
setMaxerrors(String)
- Method in class net.sweetohm.ant.xml.
ValidTask
Maximum errors setter.
setName(String)
- Method in class net.sweetohm.ant.util.
Arg
setNestingElement(boolean)
- Method in class net.sweetohm.ant.xml.
MergeTask
Indicate if a nesting element is necessary.
setNestingElementName(String)
- Method in class net.sweetohm.ant.xml.
MergeTask
Indicate the name of the nesting element.
setPattern(String)
- Method in class net.sweetohm.ant.xml.
InsertTask
Pattern setter.
setPattern(String)
- Method in class net.sweetohm.ant.xml.
NestTask
Pattern setter.
setPattern(String)
- Method in class net.sweetohm.ant.xml.
SplitTask
Pattern setter.
setPort(int)
- Method in class net.sweetohm.ant.server.
ServerTask
Set the port the server is listening.
setProperty(String)
- Method in class net.sweetohm.ant.xml.
WordCountTask
Set the property where the word count is put.
setPropertyFiles(String)
- Method in class net.sweetohm.ant.xml.
WordCountTask
Set the property where to put the file count.
setQuiet(boolean)
- Method in class net.sweetohm.ant.xml.
WordCountTask
Indicates if the task should be quiet (no message for word and file count).
setReset(boolean)
- Method in class net.sweetohm.ant.bsh.
BshTask
Reset flag setter.
setSeparators(String)
- Method in class net.sweetohm.ant.xml.
WordCountTask
Set the separator character list.
setSingleElements(String)
- Method in class net.sweetohm.ant.xml.
WordCountTask
Set the list of elements which content is considered a single word.
setSource(String)
- Method in class net.sweetohm.ant.xml.
InsertTask
Source setter.
setSource(String)
- Method in class net.sweetohm.ant.xml.
NestTask
Source setter.
setStyle(String)
- Method in class net.sweetohm.ant.xml.
XTask
Setter for the stylesheet to use for processing.
setTodir(String)
- Method in class net.sweetohm.ant.xml.
XTask
Setter for the output directory for processed files.
setTofile(String)
- Method in class net.sweetohm.ant.xml.
MergeTask
Destination file setter.
setTofile(String)
- Method in class net.sweetohm.ant.xml.
XTask
Setter for the destination file.
setValue(String)
- Method in class net.sweetohm.ant.util.
Arg
singleElements
- Variable in class net.sweetohm.ant.xml.
WordCountTask
The list of elements which content is a single word
source
- Variable in class net.sweetohm.ant.xml.
InsertTask
The file to insert
source
- Variable in class net.sweetohm.ant.xml.
NestTask
The file to insert
SplitTask
- Class in
net.sweetohm.ant.xml
Split a file using dedicated processing instructions.
SplitTask()
- Constructor for class net.sweetohm.ant.xml.
SplitTask
Empty constructor (needed for reflexion).
start()
- Method in class net.sweetohm.ant.server.
ServerTask
Start the server.
startElement(String, String, String, Attributes)
- Method in class net.sweetohm.ant.xml.
WordCountTask.Handler
This method is called when a new element is encountered.
startTag(HTML.Tag, MutableAttributeSet)
- Method in class net.sweetohm.ant.html.
LinkTask
This method is called when an opening tag is met.
stop()
- Method in class net.sweetohm.ant.server.
ServerTask
Stop the server.
style
- Variable in class net.sweetohm.ant.xml.
XTask
The stylesheet to use to process files
T
Target
- Class in
net.sweetohm.ant.server.command
Class to handle target requests.
Target()
- Constructor for class net.sweetohm.ant.server.command.
Target
targetFinished(BuildEvent)
- Method in class net.sweetohm.ant.server.
RequestHandler
Fired when a target has finished.
targetStarted(BuildEvent)
- Method in class net.sweetohm.ant.server.
RequestHandler
Fired when a target is started.
task
- Variable in class net.sweetohm.ant.server.
RequestHandler
The running task
taskFinished(BuildEvent)
- Method in class net.sweetohm.ant.server.
RequestHandler
Fired when a task has finished.
taskStarted(BuildEvent)
- Method in class net.sweetohm.ant.server.
RequestHandler
Fired when a task is started.
testURL(String)
- Method in class net.sweetohm.ant.html.
LinkTask
This method test a given URL.
thread
- Variable in class net.sweetohm.ant.server.
ServerTask
The thread that is running
todir
- Variable in class net.sweetohm.ant.xml.
XTask
The destination directory for transformed files
tofile
- Variable in class net.sweetohm.ant.xml.
MergeTask
The destination file
tofile
- Variable in class net.sweetohm.ant.xml.
XTask
The transformed file.
V
ValidTask
- Class in
net.sweetohm.ant.xml
Valid is an XML validator (can check well formness and validity).
ValidTask()
- Constructor for class net.sweetohm.ant.xml.
ValidTask
ValidTask.Handler
- Class in
net.sweetohm.ant.xml
A class to handle parsing errors.
ValidTask.Handler()
- Constructor for class net.sweetohm.ant.xml.
ValidTask.Handler
ValidTask.SAXParsingInterruptedException
- Exception in
net.sweetohm.ant.xml
This exception is thrown when the parsing is interrupted due to to a number of errors greater than the allowed maximum.
ValidTask.SAXParsingInterruptedException()
- Constructor for exception net.sweetohm.ant.xml.
ValidTask.SAXParsingInterruptedException
Creates a new
SAXParsingInterruptedException
instance.
value
- Variable in class net.sweetohm.ant.util.
Arg
verbose
- Variable in class net.sweetohm.ant.xml.
SplitTask
Verbosity flag
VERSION_ATT
- Static variable in class net.sweetohm.ant.util.
IO
The version attribute
VERSION_VAL
- Static variable in class net.sweetohm.ant.util.
IO
The version value
W
warning(SAXParseException)
- Method in class net.sweetohm.ant.xml.
ValidTask.Handler
Manage warnings.
WARNING
- Static variable in class net.sweetohm.ant.xml.
ValidTask
The error level to generate an error: - warning [0]: a warning is an error (shown and may stop processing).
warning(SAXParseException)
- Method in class net.sweetohm.ant.xml.
WordCountTask.Handler
Manage warnings.
warning(SAXParseException)
- Method in class net.sweetohm.ant.xml.
XTask
Manage warnings.
WordCountTask
- Class in
net.sweetohm.ant.xml
Count words in an XML document.
WordCountTask()
- Constructor for class net.sweetohm.ant.xml.
WordCountTask
Creates a new
WordCountTask
instance.
WordCountTask.Handler
- Class in
net.sweetohm.ant.xml
A class to handle content and parsing errors.
WordCountTask.Handler()
- Constructor for class net.sweetohm.ant.xml.
WordCountTask.Handler
writeFile(String, File)
- Static method in class net.sweetohm.ant.util.
IO
Write a String into a file.
writeFile(String, File, String)
- Static method in class net.sweetohm.ant.util.
IO
Write a String into a file using a given encoding.
X
XML_HEADER_END
- Static variable in class net.sweetohm.ant.util.
IO
The XML header end
XML_HEADER_START
- Static variable in class net.sweetohm.ant.util.
IO
The XML header start
xslprocessor
- Static variable in class net.sweetohm.ant.xml.
XTask
XT processor.
XTask
- Class in
net.sweetohm.ant.xml
XTask is an XSLT task using XT from James Clark.
XTask()
- Constructor for class net.sweetohm.ant.xml.
XTask
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
V
W
X
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes