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