类 AppBundleAnalyzer

java.lang.Object
io.github.amsonix.molt.internal.reschiper.bundle.AppBundleAnalyzer

public class AppBundleAnalyzer extends Object
Utility class for analyzing Android App Bundles (AABs).
  • 构造器详细资料

    • AppBundleAnalyzer

      public AppBundleAnalyzer(Path bundlePath)
      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

      public com.android.tools.build.bundletool.model.AppBundle analyze() throws IOException
      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.