|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hibernate.ejb.packaging.JarVisitor
org.hibernate.ejb.packaging.FileZippedJarVisitor
public class FileZippedJarVisitor
Work on a JAR that can be accessed through a File
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.hibernate.ejb.packaging.JarVisitor |
---|
JarVisitor.ClassFilter, JarVisitor.Entry, JarVisitor.FileFilter, JarVisitor.Filter, JarVisitor.JavaElementFilter, JarVisitor.PackageFilter |
Field Summary |
---|
Fields inherited from class org.hibernate.ejb.packaging.JarVisitor |
---|
jarUrl, unqualifiedJarName |
Constructor Summary | |
---|---|
protected |
FileZippedJarVisitor(String fileName,
JarVisitor.Filter[] filters)
|
protected |
FileZippedJarVisitor(URL url,
JarVisitor.Filter[] filters)
|
Method Summary | |
---|---|
protected void |
doProcessElements()
|
Methods inherited from class org.hibernate.ejb.packaging.JarVisitor |
---|
addElement, getFilters, getJarURLFromURLEntry, getMatchingEntries, getUnqualifiedJarName, getVisitor, getVisitor, unqualify |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected FileZippedJarVisitor(String fileName, JarVisitor.Filter[] filters)
protected FileZippedJarVisitor(URL url, JarVisitor.Filter[] filters)
Method Detail |
---|
protected void doProcessElements() throws IOException
doProcessElements
in class JarVisitor
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |