Package org.apache.xbean.finder.archive
Class FilteredArchive
java.lang.Object
org.apache.xbean.finder.archive.FilteredArchive
- All Implemented Interfaces:
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
Fields -
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
-
archive
-
filter
-
-
Constructor Details
-
FilteredArchive
-
-
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>
-