org.apache.tools.ant.taskdefs.optional.sitraka.bytecode

Interface ClassPathLoader.FileLoader

public static interface ClassPathLoader.FileLoader

the interface to implement to look up for specific resources

Method Summary

ClassFile[]
getClasses()
return the set of classes found in the file
File
getFile()
the file url that is looked for .class files

Method Details

getClasses

public ClassFile[] getClasses()
            throws IOException
return the set of classes found in the file

getFile

public File getFile()
the file url that is looked for .class files

Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.