| Constructor and Description |
|---|
SimpleLibInfo(String shortName)
根据短称自动生成标准库名称和路径
|
| Modifier and Type | Method and Description |
|---|---|
String |
filePath()
文件系统路径 - Custom filesystem path from system property
|
String |
jarPath()
jar内路径 - Default resource path in JAR package
|
String |
name()
完整文件名 - Platform-specific filename
|
String |
prefix()
文件名前缀 - Platform-independent filename prefix
|
String |
shortName()
短称 - Base library identifier
|
public SimpleLibInfo(String shortName)
shortName - 库基础名称 (e.g. "mylib")Copyright © 2025. All rights reserved.