LocalLoaderpublic abstract class AbstractLocalLoader extends java.lang.Object implements LocalLoader
| Constructor | Description | 
|---|---|
AbstractLocalLoader() | 
| Modifier and Type | Method | Description | 
|---|---|---|
java.lang.Class<?> | 
loadClassLocal(java.lang.String name,
              boolean resolve) | 
 Load a class which is locally defined by this loader. 
 | 
java.lang.Package | 
loadPackageLocal(java.lang.String name) | 
 Load a package which is locally defined by this loader. 
 | 
java.util.List<Resource> | 
loadResourceLocal(java.lang.String name) | 
 Load a resource which is locally defined by this loader. 
 | 
public java.lang.Class<?> loadClassLocal(java.lang.String name,
                                         boolean resolve)
null by default.loadClassLocal in interface LocalLoadername - the class nameresolve - true to resolve the classnull if there is no local class with this namepublic java.lang.Package loadPackageLocal(java.lang.String name)
null by default.loadPackageLocal in interface LocalLoadername - the package namenull if there is no local package with this namepublic java.util.List<Resource> loadResourceLocal(java.lang.String name)
/"
 characters.  Returns null by default.loadResourceLocal in interface LocalLoadername - the resource pathCopyright © 2022 JBoss by Red Hat. All rights reserved.