stomp.enhance
Class ClassArgParser

java.lang.Object
  |
  +--stomp.enhance.ClassArgParser

public class ClassArgParser
extends java.lang.Object

utility object for parsing services.xml files and determining what class files are named in them for enhancement.

Author:
Eric Lindauer

Constructor Summary
ClassArgParser()
           
 
Method Summary
 java.util.Collection parseClasses(java.lang.String fileName)
          finds the given services.xml file, parses the xml, and returns a collection of Class files that have been named for enhancement in the metadata.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassArgParser

public ClassArgParser()
Method Detail

parseClasses

public java.util.Collection parseClasses(java.lang.String fileName)
finds the given services.xml file, parses the xml, and returns a collection of Class files that have been named for enhancement in the metadata.