classUtils.pack.util
Interface DynamicResourceFinderInterfaceInterface
- All Superinterfaces: 
- ResourceFinderInterface
- All Known Implementing Classes: 
- ClassFinder
- public interface DynamicResourceFinderInterfaceInterface 
- extends ResourceFinderInterface
A ResourceFileFinder 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()
- 
 
-