|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RuntimeInfo
Interface representing the result returned by the RuntimeInfoScript.
| Method Summary | |
|---|---|
File |
getLibDirectory()
Returns the erlang runtime's library directory as returned by code:lib_dir(). |
String |
getOtpRelease()
Returns the erlang OTP release version of the backend node as returned by erlang:system_info(otp_release). |
List<File> |
getPaths()
Returns the current code paths of the backend node as returned by code:get_path/0. |
File |
getRootDirectory()
Returns the erlang runtime's root directory as returned by code:root_dir(). |
String |
getVersion()
Returns the erlang runtime version (ERTS version) of the backend node as returned by erlang:system_info(version). |
| Method Detail |
|---|
File getLibDirectory()
code:lib_dir().
File getRootDirectory()
code:root_dir().
String getVersion()
erlang:system_info(version).
String getOtpRelease()
erlang:system_info(otp_release).
List<File> getPaths()
code:get_path/0.
List with code paths.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||