|
JBoss Modules 1.1.2.GA | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.modules.AbstractLocalLoader
public abstract class AbstractLocalLoader
An abstract local loader implementation.
Constructor Summary | |
---|---|
AbstractLocalLoader()
|
Method Summary | |
---|---|
Class<?> |
loadClassLocal(String name,
boolean resolve)
Load a class which is locally defined by this loader. |
Package |
loadPackageLocal(String name)
Load a package which is locally defined by this loader. |
List<Resource> |
loadResourceLocal(String name)
Load a resource which is locally defined by this loader. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractLocalLoader()
Method Detail |
---|
public Class<?> loadClassLocal(String name, boolean resolve)
null
by default.
loadClassLocal
in interface LocalLoader
name
- the class nameresolve
- true
to resolve the class
null
if there is no local class with this namepublic Package loadPackageLocal(String name)
null
by default.
loadPackageLocal
in interface LocalLoader
name
- the package name
null
if there is no local package with this namepublic List<Resource> loadResourceLocal(String name)
/
"
characters. Returns null
by default.
loadResourceLocal
in interface LocalLoader
name
- the resource path
|
JBoss Modules 1.1.2.GA | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |