public interface LibInfo
Created on 11/16/23 10:23 PM
| Modifier and Type | Method and Description |
|---|---|
String |
filePath()
文件系统内路径
Absolute filesystem path after extraction (e.g.
|
String |
jarPath()
jar内路径
Relative path within JAR file (e.g.
|
String |
name()
完整文件名,带文件名后缀
Full filename with platform-specific extension (e.g.
|
String |
prefix()
文件名,无文件名后缀
Base filename without platform-specific extension (e.g.
|
String |
shortName()
短称
Short identifier for the library (e.g.
|
String shortName()
String prefix()
String name()
String jarPath()
String filePath()
Copyright © 2025. All rights reserved.