D E M O P S T

D

Dir2XML - class org.znerd.dir2xml.Dir2XML.
Creates an XML file that describes a certain directory.
dir2xml(File) - Static method in class org.znerd.dir2xml.Dir2XML
Generates an XML document for the specified directory.
dir2xml(String) - Static method in class org.znerd.dir2xml.Dir2XML
Takes the directory identified by the specified name and generates an XML document for it.

E

execute() - Method in class org.znerd.dir2xml.ant.Task
 

M

Main - class org.znerd.dir2xml.Main.
Program that generates an XML file for a specified directory.
main(String[]) - Static method in class org.znerd.dir2xml.Main
Main function.
main(String[]) - Static method in class org.znerd.dir2xml.Dir2XML
Main function.
main(String[]) - Static method in class org.znerd.dir2xml.Processor
Main function.

O

org.znerd.dir2xml - package org.znerd.dir2xml
Dir2XML 0.3.
org.znerd.dir2xml.ant - package org.znerd.dir2xml.ant
Dir2XML Ant task 0.3.

P

process(Document) - Method in class org.znerd.dir2xml.Processor
Processes the specified input document.
ProcessingException - exception org.znerd.dir2xml.ProcessingException.
Exception thrown to indicate dir2xml processing failed.
ProcessingException(String) - Constructor for class org.znerd.dir2xml.ProcessingException
Constructs a new ProcessingException with the specified detail message.
Processor - class org.znerd.dir2xml.Processor.
Processes a file that contains dir2xml instructions.
Processor() - Constructor for class org.znerd.dir2xml.Processor
Constructs a new Processor.

S

setEncoding(String) - Method in class org.znerd.dir2xml.ant.Task
Sets the encoding to use for the output.
setIn(String) - Method in class org.znerd.dir2xml.ant.Task
Sets the input file.
setIndent(String) - Method in class org.znerd.dir2xml.ant.Task
Sets the indentation string.
setNewlines(boolean) - Method in class org.znerd.dir2xml.ant.Task
Sets the flag that determines if newlines are printed.
setOut(String) - Method in class org.znerd.dir2xml.ant.Task
Sets the output file.

T

Task - class org.znerd.dir2xml.ant.Task.
Ant task that processes a dir2xml file.
Task() - Constructor for class org.znerd.dir2xml.ant.Task
 

D E M O P S T

See http://dir2xml.sourceforge.net/.