joeq.Main
Class GenerateWebRoots
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenerateWebRoots
public GenerateWebRoots()
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.