Save This Page
Home » hibernate-entity-src-20081106 » org.hibernate » ejb » packaging » [javadoc | source]
org.hibernate.ejb.packaging
public class: FileZippedJarVisitor [javadoc | source]
java.lang.Object
   org.hibernate.ejb.packaging.JarVisitor
      org.hibernate.ejb.packaging.FileZippedJarVisitor
Work on a JAR that can be accessed through a File
Fields inherited from org.hibernate.ejb.packaging.JarVisitor:
unqualifiedJarName,  jarUrl
Constructor:
 public FileZippedJarVisitor(String fileName,
    Filter[] filters) 
 public FileZippedJarVisitor(URL url,
    Filter[] filters) 
Method from org.hibernate.ejb.packaging.FileZippedJarVisitor Summary:
doProcessElements
Methods from org.hibernate.ejb.packaging.JarVisitor:
addElement,   doProcessElements,   getFilters,   getJarURLFromURLEntry,   getMatchingEntries,   getUnqualifiedJarName,   getVisitor,   getVisitor,   unqualify
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.ejb.packaging.FileZippedJarVisitor Detail:
 protected  void doProcessElements() throws IOException