soot
Class CoffiClassProvider

java.lang.Object
  extended by soot.CoffiClassProvider
All Implemented Interfaces:
ClassProvider

public class CoffiClassProvider
extends Object
implements 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.


Constructor Summary
CoffiClassProvider()
           
 
Method Summary
 ClassSource find(String className)
          Look for the specified class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoffiClassProvider

public CoffiClassProvider()
Method Detail

find

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

Specified by:
find in interface ClassProvider