org.hibernate.ejb.packaging
Class FileZippedJarVisitor

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

public class FileZippedJarVisitor
extends AbstractJarVisitor

Work on a JAR that can be accessed through a File

Author:
Emmanuel Bernard

Field Summary
 
Fields inherited from class org.hibernate.ejb.packaging.AbstractJarVisitor
done, jarUrl, unqualifiedJarName
 
Constructor Summary
FileZippedJarVisitor(String fileName, Filter[] filters)
           
FileZippedJarVisitor(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

FileZippedJarVisitor

public FileZippedJarVisitor(String fileName,
                            Filter[] filters)

FileZippedJarVisitor

public FileZippedJarVisitor(URL url,
                            Filter[] filters,
                            String entry)
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.