Save This Page
Home » hibernate-entity-src-20081106 » org.hibernate » ejb » packaging » [javadoc | source]
org.hibernate.ejb.packaging
public class: JarVisitorFactory [javadoc | source]
java.lang.Object
   org.hibernate.ejb.packaging.JarVisitorFactory
Method from org.hibernate.ejb.packaging.JarVisitorFactory Summary:
getBytesFromInputStream,   getJarURLFromURLEntry,   getVisitor,   getVisitor,   getVisitor
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.ejb.packaging.JarVisitorFactory Detail:
 public static byte[] getBytesFromInputStream(InputStream inputStream) throws IOException 
 public static URL getJarURLFromURLEntry(URL url,
    String entry) throws IllegalArgumentException 
    Get the JAR URL of the JAR containing the given entry Method used in a non managed environment
 public static JarVisitor getVisitor(String jarPath,
    Filter[] filters) throws IllegalArgumentException 
    Get a JarVisitor to the jar jarPath applying the given filters Method used in a non-managed environment
 public static JarVisitor getVisitor(URL jarUrl,
    Filter[] filters) throws IllegalArgumentException 
    Build a JarVisitor on the given JAR URL applying the given filters
 public static JarVisitor getVisitor(URL jarUrl,
    Filter[] filters,
    String entry) throws IllegalArgumentException