Uses of Class
org.hibernate.ejb.packaging.JarVisitor

Packages that use JarVisitor
org.hibernate.ejb.packaging   
 

Uses of JarVisitor in org.hibernate.ejb.packaging
 

Subclasses of JarVisitor in org.hibernate.ejb.packaging
 class ExplodedJarVisitor
           
 class FileZippedJarVisitor
          Work on a JAR that can be accessed through a File
 class InputStreamZippedJarVisitor
          Work on a JAR that can only be accessed through a inputstream This is less efficient than the FileZippedJarVisitor
 

Methods in org.hibernate.ejb.packaging that return JarVisitor
static JarVisitor JarVisitor.getVisitor(String jarPath, JarVisitor.Filter[] filters)
          Get a JarVisitor to the jar jarPath applying the given filters
static JarVisitor JarVisitor.getVisitor(URL jarUrl, JarVisitor.Filter[] filters)
          Build a JarVisitor on the given JAR URL applying th given filters