org.apache.xbean.finder.archive
Interface Archive

All Superinterfaces:
Iterable<Archive.Entry>
All Known Implementing Classes:
AnnotationFinder.SubArchive, BundleArchive, ClassesArchive, ClasspathArchive, CompositeArchive, FileArchive, FilteredArchive, JarArchive

public interface Archive
extends Iterable<Archive.Entry>

Version:
$Rev$ $Date$

Nested Class Summary
static interface Archive.Entry
           
 
Method Summary
 InputStream getBytecode(String className)
           
 Class<?> loadClass(String className)
           
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

getBytecode

InputStream getBytecode(String className)
                        throws IOException,
                               ClassNotFoundException
Throws:
IOException
ClassNotFoundException

loadClass

Class<?> loadClass(String className)
                   throws ClassNotFoundException
Throws:
ClassNotFoundException


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.