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

Method Summary
 void addClassPathEntry(java.lang.String entry)
           
 java.lang.String getClassPath()
           
 void setClassPath(java.lang.String classPath)
           
 
Methods inherited from interface classUtils.pack.util.ResourceFinderInterface
findResourceFile, getResourceBytes, getSupportedLoadingScheme, openResource
 

Method Detail

addClassPathEntry

void addClassPathEntry(java.lang.String entry)

setClassPath

void setClassPath(java.lang.String classPath)

getClassPath

java.lang.String getClassPath()