|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
boolean success()
true
if script succeeded, false
otherwise.String getName()
.rel
file.
"undefined"
if not present.String getReleaseVersion()
.rel
file.
"undefined"
if not present.String getErtsVersion()
.rel
file.
"undefined"
if not present.Map<String,String> getApplications()
null
map containing the release applications.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |