eu.lindenbaum.maven.erlang
Interface CheckRelResult


public interface CheckRelResult


Method Summary
 Map<String,String> getApplications()
          Returns a map of the applications included in the release.
 String getErtsVersion()
          Returns the erts version as stated in the .rel file.
 String getName()
          Returns the release name as stated in the .rel file.
 String getReleaseVersion()
          Returns the release version as stated in the .rel file.
 boolean success()
          Returns whether script execution was successfull.
 

Method Detail

success

boolean success()
Returns whether script execution was successfull.

Returns:
true if script succeeded, false otherwise.

getName

String getName()
Returns the release name as stated in the .rel file.

Returns:
The release name or "undefined" if not present.

getReleaseVersion

String getReleaseVersion()
Returns the release version as stated in the .rel file.

Returns:
The release version or "undefined" if not present.

getErtsVersion

String getErtsVersion()
Returns the erts version as stated in the .rel file.

Returns:
The erts version or "undefined" if not present.

getApplications

Map<String,String> getApplications()
Returns a map of the applications included in the release. The mapping is application name to application version.

Returns:
A non-null map containing the release applications.


Copyright © 2012 Lindenbaum GmbH. All Rights Reserved.