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)