|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StartResult
Interface representing the result returned by the
StartApplicationScript
.
Method Summary | |
---|---|
List<String> |
getBeforeApplications()
Returns a list of applications that were already running before the application was started. |
void |
logError(org.apache.maven.plugin.logging.Log log)
Log starting errors using the provided logger. |
boolean |
startSucceeded()
Returns whether the application could be started successfully. |
Method Detail |
---|
boolean startSucceeded()
true
whether the application was started successfully,
false
otherwise.void logError(org.apache.maven.plugin.logging.Log log)
log
- to useList<String> getBeforeApplications()
null
list of applications that were started already.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |