public class FileArchive extends Object implements Archive
Archive.Entry| Constructor and Description |
|---|
FileArchive(ClassLoader loader,
File dir) |
FileArchive(ClassLoader loader,
URL url) |
public FileArchive(ClassLoader loader, URL url)
public FileArchive(ClassLoader loader, File dir)
public File getDir()
public InputStream getBytecode(String className) throws IOException, ClassNotFoundException
getBytecode in interface ArchiveIOExceptionClassNotFoundExceptionpublic Class<?> loadClass(String className) throws ClassNotFoundException
loadClass in interface ArchiveClassNotFoundExceptionpublic Iterator<Archive.Entry> iterator()
iterator in interface Iterable<Archive.Entry>Copyright © 2005-2013. All Rights Reserved.