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

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.ResourceFileFinder
findResourceFile, getResourceBytes, getSupportedLoadingScheme, openResource
 

Method Detail

addClassPathEntry

public void addClassPathEntry(java.lang.String entry)

setClassPath

public void setClassPath(java.lang.String classPath)

getClassPath

public java.lang.String getClassPath()