LocalLoader
public 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 LocalLoader
name
- 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 LocalLoader
name
- 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 LocalLoader
name
- the resource pathCopyright © 2022 JBoss by Red Hat. All rights reserved.