|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Launcher
The Launcher
interface is implemented by the delegate classes
inside the Launcher JAR and are used by the actual Main class or servlet to
configure and start the framework.
Method Summary | |
---|---|
void |
setCommandLine(java.util.Map<java.lang.String,java.lang.String> args)
The commandline provided from the standalone launch case. |
void |
setNotifiable(Notifiable notifiable)
The Notifiable to notify on framework stop or update |
void |
setSlingHome(java.lang.String slingHome)
Sets the sling.home to be used for starting the framework. |
boolean |
start()
Starts the framework and returns true if successfull. |
void |
stop()
Stops the framework. |
Method Detail |
---|
void setSlingHome(java.lang.String slingHome)
null
argument before trying to
start the framework.
void setNotifiable(Notifiable notifiable)
Notifiable
to notify on framework stop or update
void setCommandLine(java.util.Map<java.lang.String,java.lang.String> args)
boolean start()
true
if successfull.
void stop()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |