类 AppBundleAnalyzer
java.lang.Object
io.github.amsonix.molt.internal.reschiper.bundle.AppBundleAnalyzer
Utility class for analyzing Android App Bundles (AABs).
-
构造器概要
构造器构造器说明AppBundleAnalyzer(Path bundlePath) Constructs an AppBundleAnalyzer with the provided AAB file path. -
方法概要
修饰符和类型方法说明com.android.tools.build.bundletool.model.AppBundleanalyze()Analyzes the Android App Bundle (AAB) file and returns the parsed AppBundle.
-
构造器详细资料
-
AppBundleAnalyzer
Constructs an AppBundleAnalyzer with the provided AAB file path.- 参数:
bundlePath- The path to the Android App Bundle (AAB) file.- 抛出:
IllegalArgumentException- If the provided file path does not exist or is not readable.
-
-
方法详细资料
-
analyze
Analyzes the Android App Bundle (AAB) file and returns the parsed AppBundle.- 返回:
- The parsed AppBundle.
- 抛出:
IOException- If an I/O error occurs while analyzing the AAB file.
-