org.apache.xbean.finder.archive
Interface Archive
- All Superinterfaces:
- java.lang.Iterable<Archive.Entry>
- All Known Implementing Classes:
- AnnotationFinder.SubArchive, BundleArchive, ClassesArchive, ClasspathArchive, CompositeArchive, FileArchive, FilteredArchive, JarArchive
public interface Archive
- extends java.lang.Iterable<Archive.Entry>
- Version:
- $Rev$ $Date$
|
Method Summary |
java.io.InputStream |
getBytecode(java.lang.String className)
|
java.lang.Class<?> |
loadClass(java.lang.String className)
|
| Methods inherited from interface java.lang.Iterable |
iterator |
getBytecode
java.io.InputStream getBytecode(java.lang.String className)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
loadClass
java.lang.Class<?> loadClass(java.lang.String className)
throws java.lang.ClassNotFoundException
- Throws:
java.lang.ClassNotFoundException
Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.