|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CheckAppResult
Interface representing the result returned by the CheckAppScript
.
Method Summary | |
---|---|
List<String> |
getApplications()
Returns a list of the applications that must be running before the application can start as stated in the .app file. |
List<String> |
getModules()
Returns a list of the modules configured in the .app file. |
String |
getName()
Returns the application name as stated in the .app file. |
String |
getStartModule()
Returns the applications start module as stated in the .app file. |
String |
getVersion()
Returns the application version as stated in the .app file. |
boolean |
success()
Returns whether script execution was successfull. |
Method Detail |
---|
boolean success()
true
if script succeeded, false
otherwise.String getName()
.app
file.
"undefined"
if not present.String getVersion()
.app
file.
"undefined"
if not present.String getStartModule()
.app
file.
"omitted"
if the application seems
to be a library application.List<String> getModules()
.app
file.
null
list containing the configured applications
modules.List<String> getApplications()
.app
file.
null
list containing the application dependencies.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |