org.hibernate.ejb.packaging
Class FileZippedJarVisitor

java.lang.Object
  extended by org.hibernate.ejb.packaging.JarVisitor
      extended by org.hibernate.ejb.packaging.FileZippedJarVisitor

public class FileZippedJarVisitor
extends JarVisitor

Work on a JAR that can be accessed through a File

Author:
Emmanuel Bernard

Nested Class Summary
 
Nested classes/interfaces inherited from class org.hibernate.ejb.packaging.JarVisitor
JarVisitor.ClassFilter, JarVisitor.Entry, JarVisitor.FileFilter, JarVisitor.Filter, JarVisitor.JavaElementFilter, JarVisitor.PackageFilter
 
Field Summary
 
Fields inherited from class org.hibernate.ejb.packaging.JarVisitor
jarUrl, unqualifiedJarName
 
Constructor Summary
protected FileZippedJarVisitor(String fileName, JarVisitor.Filter[] filters)
           
protected FileZippedJarVisitor(URL url, JarVisitor.Filter[] filters)
           
 
Method Summary
protected  void doProcessElements()
           
 
Methods inherited from class org.hibernate.ejb.packaging.JarVisitor
addElement, getFilters, getJarURLFromURLEntry, getMatchingEntries, getUnqualifiedJarName, getVisitor, getVisitor, unqualify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileZippedJarVisitor

protected FileZippedJarVisitor(String fileName,
                               JarVisitor.Filter[] filters)

FileZippedJarVisitor

protected FileZippedJarVisitor(URL url,
                               JarVisitor.Filter[] filters)
Method Detail

doProcessElements

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