org.chwf.webdoc
Class WebDoc

java.lang.Object
  |
  +--org.chwf.webdoc.WebDoc

public class WebDoc
extends java.lang.Object

A Java class with a main method for documenting web applications XML descriptors. Its usage is:

    java org.chwf.webdoc.WebDoc 
         [-d <target directory>] <path to web.xml>
All of the real logic for this application is in the XSL file:
    webdoc.xsl

Author:
Paul Strack

Constructor Summary
WebDoc()
           
 
Method Summary
static void main(java.lang.String[] args)
          Main.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebDoc

public WebDoc()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Main.
Parameters:
args - Command line args.
Throws:
java.lang.Exception - For transformation and write errors.


Copyright © 2002-2004, Paul Strack. All Rights Reserved.