Package org.apache.xbean.finder.archive
Class JarArchive
java.lang.Object
org.apache.xbean.finder.archive.JarArchive
- All Implemented Interfaces:
AutoCloseable
,Iterable<Archive.Entry>
,Archive
- Version:
- $Rev$ $Date$
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.apache.xbean.finder.archive.Archive
Archive.Entry
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final JarFile
private final ClassLoader
private final MJarSupport
private final URL
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
loader
-
url
-
jar
-
mjar
-
-
Constructor Details
-
JarArchive
-
-
Method Details
-
getUrl
-
getBytecode
- Specified by:
getBytecode
in interfaceArchive
- Throws:
IOException
ClassNotFoundException
-
loadClass
- Specified by:
loadClass
in interfaceArchive
- Throws:
ClassNotFoundException
-
iterator
- Specified by:
iterator
in interfaceIterable<Archive.Entry>
-
close
- Specified by:
close
in interfaceAutoCloseable
- Throws:
Exception
-