org.apache.xbean.finder.archive
Interface Archive

All Superinterfaces:
java.lang.Iterable<java.lang.String>
All Known Implementing Classes:
BundleArchive, ClassesArchive, ClasspathArchive, CompositeArchive, FileArchive, FilteredArchive, JarArchive

public interface Archive
extends java.lang.Iterable<java.lang.String>

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
 

Method Detail

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-2011 The Apache Software Foundation. All Rights Reserved.