com.deltax.util
Interface DynamicClassFileFinder
- All Superinterfaces:
- ClassFileFinder
- All Known Implementing Classes:
- DynamicJDK12ClassFileFinder
- public interface DynamicClassFileFinder
- extends ClassFileFinder
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
public void addClassPathEntry(java.lang.String entry)
setClassPath
public void setClassPath(java.lang.String classPath)
getClassPath
public java.lang.String getClassPath()