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 JarFileprivate final ClassLoaderprivate final MJarSupportprivate final URL -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
loader
-
url
-
jar
-
mjar
-
-
Constructor Details
-
JarArchive
-
-
Method Details
-
getUrl
-
getBytecode
- Specified by:
getBytecodein interfaceArchive- Throws:
IOExceptionClassNotFoundException
-
loadClass
- Specified by:
loadClassin interfaceArchive- Throws:
ClassNotFoundException
-
iterator
- Specified by:
iteratorin interfaceIterable<Archive.Entry>
-
close
- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-