joeq.Main
Class GenerateWebRoots

java.lang.Object
  extended by joeq.Main.GenerateWebRoots

public class GenerateWebRoots
extends Object

A command-line utility to generate an invocation stub from a web.xml file.

Version:
$Id: GenerateWebRoots.java 2285 2005-06-05 05:31:12Z joewhaley $
Author:
V. Benjamin Livshits

Constructor Summary
GenerateWebRoots()
           
 
Method Summary
static Collection findMatches(Document doc, String tagName)
           
static void main(String[] args)
           
static Document parseFile(String fileName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenerateWebRoots

public GenerateWebRoots()
Method Detail

main

public static void main(String[] args)
                 throws FileNotFoundException
Throws:
FileNotFoundException

parseFile

public static Document parseFile(String fileName)

findMatches

public static Collection findMatches(Document doc,
                                     String tagName)


Copyright © 2001-2008 John Whaley. All Rights Reserved.