Save This Page
Home » iText-src-2.1.3 » com.lowagie » tools » [javadoc | source]
com.lowagie.tools
public class: BuildTutorial [javadoc | source]
java.lang.Object
   com.lowagie.tools.BuildTutorial
This class can be used to build the iText website.
Field Summary
static  String root     
static  FileWriter build     
Method from com.lowagie.tools.BuildTutorial Summary:
action,   convert,   main
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.lowagie.tools.BuildTutorial Detail:
 public static  void action(File source,
    File destination,
    File xsl_examples,
    File xsl_site) throws IOException 
    Inspects a file or directory that is given and performs the necessary actions on it (transformation or recursion).
 public static  void convert(File infile,
    File xslfile,
    File outfile) 
    Converts an infile, using an xslfile to an outfile.
 public static  void main(String[] args) 
    Main method so you can call the convert method from the command line.