Package org.apache.xbean.finder.archive
Class CompositeArchive
java.lang.Object
org.apache.xbean.finder.archive.CompositeArchive
- All Implemented Interfaces:
Iterable<Archive.Entry>
,Archive
- Direct Known Subclasses:
ClasspathArchive
- Version:
- $Rev$ $Date$
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.apache.xbean.finder.archive.Archive
Archive.Entry
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCompositeArchive
(Iterable<Archive> archives) CompositeArchive
(Archive... archives) -
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
-
archives
-
-
Constructor Details
-
CompositeArchive
-
CompositeArchive
-
-
Method Details
-
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>
-