com.jeantessier.classreader
Interface ClassfileLoaderDispatcher

All Known Implementing Classes:
PermissiveDispatcher, StrictDispatcher

public interface ClassfileLoaderDispatcher


Field Summary
static int ACTION_CLASS
           
static int ACTION_DIRECTORY
           
static int ACTION_IGNORE
           
static int ACTION_JAR
           
static int ACTION_ZIP
           
 
Method Summary
 int dispatch(java.lang.String filename)
           
 

Field Detail

ACTION_IGNORE

public static final int ACTION_IGNORE

ACTION_DIRECTORY

public static final int ACTION_DIRECTORY

ACTION_ZIP

public static final int ACTION_ZIP

ACTION_JAR

public static final int ACTION_JAR

ACTION_CLASS

public static final int ACTION_CLASS
Method Detail

dispatch

public int dispatch(java.lang.String filename)


Dependency Finder 1.1.0 © 2001-2004 Jean Tessier.