Skip to content

RuntimeInfo

Information about the application's runtime components.

Initializer

import com.aliyun.ros.cdk.assembly.schema.RuntimeInfo;
RuntimeInfo.builder()
    .libraries(java.util.Map<java.lang.String, java.lang.String>)
    .build();

Properties

Name Type Description
libraries java.util.Map The list of libraries loaded in the application, associated with their versions.

librariesRequired

public java.util.Map<java.lang.String, java.lang.String> getLibraries();
  • Type: java.util.Map

The list of libraries loaded in the application, associated with their versions.