Class NestedJarArchive
java.lang.Object
org.talend.sdk.component.runtime.manager.xbean.NestedJarArchive
- All Implemented Interfaces:
AutoCloseable,Iterable<org.apache.xbean.finder.archive.Archive.Entry>,org.apache.xbean.finder.archive.Archive
public class NestedJarArchive
extends Object
implements org.apache.xbean.finder.archive.Archive, AutoCloseable
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.xbean.finder.archive.Archive
org.apache.xbean.finder.archive.Archive.Entry -
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
-
Constructor Details
-
NestedJarArchive
public NestedJarArchive()
-
-
Method Details
-
getBytecode
- Specified by:
getBytecodein interfaceorg.apache.xbean.finder.archive.Archive
-
loadClass
- Specified by:
loadClassin interfaceorg.apache.xbean.finder.archive.Archive- Throws:
ClassNotFoundException
-
iterator
-
close
- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-