|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xbean.server.loader.LoadAllMain
public class LoadAllMain
LoadAllMain loads all configurations specified in the arguments passed to main.
Constructor Summary | |
---|---|
LoadAllMain()
|
Method Summary | |
---|---|
org.apache.xbean.kernel.Kernel |
getKernel()
Gets the kernel in which configurations are loaded. |
Main |
getNext()
Gets the next main instance to call. |
void |
main(String[] args)
Loads all configurations specified in the args and call the next main instance with no arguments. |
void |
setKernel(org.apache.xbean.kernel.Kernel kernel)
Sets the kernel in which configurations are loaded. |
void |
setNext(Main next)
Sets the next main instance to call. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LoadAllMain()
Method Detail |
---|
public org.apache.xbean.kernel.Kernel getKernel()
public void setKernel(org.apache.xbean.kernel.Kernel kernel)
kernel
- the kernel in which configurations are loadedpublic Main getNext()
public void setNext(Main next)
next
- the next main instance to callpublic void main(String[] args)
main
in interface Main
args
- the configurations to load
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |