org.apache.openejb.config
Class FinderFactory.DebugArchive

java.lang.Object
  extended by org.apache.openejb.config.FinderFactory.DebugArchive
All Implemented Interfaces:
Iterable<org.apache.xbean.finder.archive.Archive.Entry>, org.apache.xbean.finder.archive.Archive
Enclosing class:
FinderFactory

public static class FinderFactory.DebugArchive
extends Object
implements org.apache.xbean.finder.archive.Archive


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.xbean.finder.archive.Archive
org.apache.xbean.finder.archive.Archive.Entry
 
Method Summary
 InputStream getBytecode(String s)
           
 Iterator<org.apache.xbean.finder.archive.Archive.Entry> iterator()
           
 Class<?> loadClass(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

iterator

public Iterator<org.apache.xbean.finder.archive.Archive.Entry> iterator()
Specified by:
iterator in interface Iterable<org.apache.xbean.finder.archive.Archive.Entry>

getBytecode

public InputStream getBytecode(String s)
                        throws IOException,
                               ClassNotFoundException
Specified by:
getBytecode in interface org.apache.xbean.finder.archive.Archive
Throws:
IOException
ClassNotFoundException

loadClass

public Class<?> loadClass(String s)
                   throws ClassNotFoundException
Specified by:
loadClass in interface org.apache.xbean.finder.archive.Archive
Throws:
ClassNotFoundException


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