Interface IXApkUnit

All Superinterfaces:
IEventSource, IUnit, IUnitCreator, IUserDataSupport

public interface IXApkUnit extends IUnit
Definition of an "extended" APK unit, aka X-APK. An X-APK contains an APK.
  • Method Details

    • getPackageName

      String getPackageName()
      Get the package name of the contained APK.
      Returns:
      the package name
    • getApk

      IApkUnit getApk()
      Get the contained APK unit.
      Returns:
      the APK unit
    • getManifest

      IJsonUnit getManifest()
      Get the X-APK manifest unit.
      Returns:
      the JSON manifest unit