org.hibernate.ejb.packaging
Class ExplodedJarVisitor

java.lang.Object
  extended by org.hibernate.ejb.packaging.AbstractJarVisitor
      extended by org.hibernate.ejb.packaging.ExplodedJarVisitor
All Implemented Interfaces:
JarVisitor

public class ExplodedJarVisitor
extends AbstractJarVisitor

Author:
Emmanuel Bernard

Field Summary
 
Fields inherited from class org.hibernate.ejb.packaging.AbstractJarVisitor
done, jarUrl, unqualifiedJarName
 
Constructor Summary
ExplodedJarVisitor(String fileName, Filter[] filters)
           
ExplodedJarVisitor(URL url, Filter[] filters, String entry)
           
 
Method Summary
protected  void doProcessElements()
           
 
Methods inherited from class org.hibernate.ejb.packaging.AbstractJarVisitor
addElement, getFilters, getMatchingEntries, getUnqualifiedJarName, unqualify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExplodedJarVisitor

public ExplodedJarVisitor(URL url,
                          Filter[] filters,
                          String entry)

ExplodedJarVisitor

public ExplodedJarVisitor(String fileName,
                          Filter[] filters)
Method Detail

doProcessElements

protected void doProcessElements()
                          throws IOException
Specified by:
doProcessElements in class AbstractJarVisitor
Throws:
IOException


Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.