public class LibraryInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
static Builder<LibraryInfo> |
LIBRARY_BUILDER
Deprecated.
Use
LIBRARY_INFO. |
static Builder<LibraryInfo> |
LIBRARY_INFO |
static Builder<List<LibraryInfo>> |
LIBRARY_INFO_LIST |
| Constructor and Description |
|---|
LibraryInfo(String libraryName,
String engineName,
List<Map<String,Object>> functions) |
LibraryInfo(String libraryName,
String engineName,
List<Map<String,Object>> functions,
String code) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEngine() |
List<Map<String,Object>> |
getFunctions() |
String |
getLibraryCode() |
String |
getLibraryName() |
public static final Builder<LibraryInfo> LIBRARY_INFO
@Deprecated public static final Builder<LibraryInfo> LIBRARY_BUILDER
LIBRARY_INFO.public static final Builder<List<LibraryInfo>> LIBRARY_INFO_LIST
Copyright © 2024. All rights reserved.