Class DescriptorHandler

java.lang.Object
org.xml.sax.HandlerBase
org.apache.tools.ant.taskdefs.optional.ejb.DescriptorHandler
All Implemented Interfaces:
DocumentHandler, DTDHandler, EntityResolver, ErrorHandler

public class DescriptorHandler extends HandlerBase
Inner class used by EjbJar to facilitate the parsing of deployment descriptors and the capture of appropriate information. Extends HandlerBase so it only implements the methods needed. During parsing creates a hashtable consisting of entries mapping the name it should be inserted into an EJB jar as to a File representing the file on disk. This list can then be accessed through the getFiles() method.