booster / com.didiglobal.booster.aapt2 / Resources / ResourceTableOrBuilder

ResourceTableOrBuilder

interface ResourceTableOrBuilder : MessageOrBuilder

Functions

getPackage


      Resource definitions corresponding to an Android package.
      
repeated .aapt.pb.Package package = 2;

abstract fun getPackage(index: Int): Package!

getPackageCount


      Resource definitions corresponding to an Android package.
      
repeated .aapt.pb.Package package = 2;

abstract fun getPackageCount(): Int

getPackageList


      Resource definitions corresponding to an Android package.
      
repeated .aapt.pb.Package package = 2;

abstract fun getPackageList(): MutableList<Package!>!

getPackageOrBuilder


      Resource definitions corresponding to an Android package.
      
repeated .aapt.pb.Package package = 2;

abstract fun getPackageOrBuilder(index: Int): PackageOrBuilder!

getPackageOrBuilderList


      Resource definitions corresponding to an Android package.
      
repeated .aapt.pb.Package package = 2;

abstract fun getPackageOrBuilderList(): MutableList<out PackageOrBuilder!>!

getSourcePool


      The string pool containing source paths referenced throughout the resource table. This does
      not end up in the final binary ARSC file.
      
.aapt.pb.StringPool source_pool = 1;

abstract fun getSourcePool(): StringPool!

getSourcePoolOrBuilder


      The string pool containing source paths referenced throughout the resource table. This does
      not end up in the final binary ARSC file.
      
.aapt.pb.StringPool source_pool = 1;

abstract fun getSourcePoolOrBuilder(): StringPoolOrBuilder!

hasSourcePool


      The string pool containing source paths referenced throughout the resource table. This does
      not end up in the final binary ARSC file.
      
.aapt.pb.StringPool source_pool = 1;

abstract fun hasSourcePool(): Boolean