|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.loader.Loader
com.caucho.ejb.AbstractStubLoader
public abstract class AbstractStubLoader
Class loader builds stubs. picks up new jars.
| Field Summary |
|---|
| Fields inherited from class com.caucho.loader.Loader |
|---|
log |
| Constructor Summary | |
|---|---|
AbstractStubLoader()
|
|
| Method Summary | |
|---|---|
abstract void |
addStubClass(java.lang.String className)
Adds a stub class. |
Path |
getPath()
Gets the resource path. |
abstract void |
init()
Initializes the loader. |
void |
setPath(Path path)
Sets the resource directory. |
| Methods inherited from class com.caucho.loader.Loader |
|---|
buildClassPath, buildClassPath, buildSourcePath, buildSourcePath, destroy, getClassEntry, getCodeSource, getLoader, getPath, getResource, getResourceAsStream, getResources, loadClass, setLoader, validate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractStubLoader()
| Method Detail |
|---|
public void setPath(Path path)
public Path getPath()
public abstract void init()
throws ConfigException
ConfigExceptionpublic abstract void addStubClass(java.lang.String className)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||