public interface ClassCodeBaseHandler
| Modifier and Type | Method and Description |
|---|---|
String |
getCodeBase(Class<?> cls)
Returns some sort of codebase for the given class, or null.
|
Class<?> |
loadClass(String codebase,
String className)
load a class given the classname and a codebase.
|
String getCodeBase(Class<?> cls)
cls - Class for which we need a codebaseClass<?> loadClass(String codebase, String className)
codebase - The codebase to use for finding the ClassLoaderclassName - The name of the class to loadCopyright © 2017–2019 Eclipse Foundation. All rights reserved.