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

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

Method Detail

addClassPathEntry

public void addClassPathEntry(java.lang.String entry)

setClassPath

public void setClassPath(java.lang.String classPath)

getClassPath

public java.lang.String getClassPath()