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
 
 
addClassPathEntry
void addClassPathEntry(java.lang.String entry)
- 
 
- 
 
setClassPath
void setClassPath(java.lang.String classPath)
- 
 
- 
 
getClassPath
java.lang.String getClassPath()
- 
 
-