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

Interface ClassPathLoader.FileLoader

public 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
FilegetFile()
the file url that is looked for .class files

Method Detail

getClasses

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

getFile

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