org.hibernate.ejb.packaging
Class FileZippedJarVisitor
java.lang.Object
org.hibernate.ejb.packaging.AbstractJarVisitor
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileZippedJarVisitor
public FileZippedJarVisitor(String fileName,
Filter[] filters)
FileZippedJarVisitor
public FileZippedJarVisitor(URL url,
Filter[] filters,
String entry)
doProcessElements
protected void doProcessElements()
throws IOException
- Specified by:
doProcessElements
in class AbstractJarVisitor
- Throws:
IOException
Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.