Constructor and Description |
---|
FilteredArchive(Archive archive,
Filter filter) |
Modifier and Type | Method and Description |
---|---|
InputStream |
getBytecode(String className) |
Iterator<String> |
iterator() |
Class<?> |
loadClass(String className) |
public InputStream getBytecode(String className) throws IOException, ClassNotFoundException
getBytecode
in interface Archive
IOException
ClassNotFoundException
public Class<?> loadClass(String className) throws ClassNotFoundException
loadClass
in interface Archive
ClassNotFoundException
Copyright © 2005-2012. All Rights Reserved.