Package org.apache.xbean.finder.archive
Class FileArchive
java.lang.Object
org.apache.xbean.finder.archive.FileArchive
- All Implemented Interfaces:
Iterable<Archive.Entry>
,Archive
- Version:
- $Rev$ $Date$
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.xbean.finder.archive.Archive
Archive.Entry
-
Constructor Summary
ConstructorsConstructorDescriptionFileArchive
(ClassLoader loader, File dir) FileArchive
(ClassLoader loader, File dir, String basePackage) FileArchive
(ClassLoader loader, URL url) FileArchive
(ClassLoader loader, URL url, String basePackage) -
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
-
Constructor Details
-
FileArchive
-
FileArchive
-
FileArchive
-
FileArchive
-
-
Method Details
-
getDir
-
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>
-
_iterator
-
decode
-