eu.lindenbaum.maven.erlang
Interface StartResult


public interface StartResult

Interface representing the result returned by the StartApplicationScript.

Author:
Tobias Schlager , Olle Törnström

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

startSucceeded

boolean startSucceeded()
Returns whether the application could be started successfully.

Returns:
true whether the application was started successfully, false otherwise.

logError

void logError(org.apache.maven.plugin.logging.Log log)
Log starting errors using the provided logger.

Parameters:
log - to use

getBeforeApplications

List<String> getBeforeApplications()
Returns a list of applications that were already running before the application was started.

Returns:
A non-null list of applications that were started already.


Copyright © 2011 Lindenbaum GmbH. All Rights Reserved.