classUtils.pack.util
Interface DynamicClassFinderInterface

All Superinterfaces:
ClassFinderInterface
All Known Implementing Classes:
ClassFinder

public interface DynamicClassFinderInterface
extends ClassFinderInterface

A ClassFileFinder which allows to dynamically redefine the class path.

The redefinition may or may not affect reloading of already linked classes.

Author:
cris

Method Summary
 void addClassPathEntry(java.lang.String entry)
           
 java.lang.String getClassPath()
           
 void setClassPath(java.lang.String classPath)
           
 
Methods inherited from interface classUtils.pack.util.ClassFinderInterface
findClassFile, getClassBytes, getSupportedLoadingScheme, openClass
 

Method Detail

addClassPathEntry

void addClassPathEntry(java.lang.String entry)

setClassPath

void setClassPath(java.lang.String classPath)

getClassPath

java.lang.String getClassPath()