soot
Interface ClassProvider

All Known Implementing Classes:
CoffiClassProvider, JavaClassProvider, JimpleClassProvider

public interface ClassProvider

A class provider looks for a file of a specific format for a specified class, and returns a ClassSource for it if it finds it.


Method Summary
 ClassSource find(String className)
          Look for the specified class.
 

Method Detail

find

ClassSource find(String className)
Look for the specified class. Return a ClassSource for it if found, or null if it was not found.