Package com.android.aapt
Interface Resources.ResourceTableOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Resources.ResourceTable,Resources.ResourceTable.Builder
- Enclosing class:
- Resources
public static interface Resources.ResourceTableOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetDynamicRefTable(int index) repeated .aapt.pb.DynamicRefTable dynamic_ref_table = 5;intrepeated .aapt.pb.DynamicRefTable dynamic_ref_table = 5;repeated .aapt.pb.DynamicRefTable dynamic_ref_table = 5;getDynamicRefTableOrBuilder(int index) repeated .aapt.pb.DynamicRefTable dynamic_ref_table = 5;List<? extends Resources.DynamicRefTableOrBuilder>repeated .aapt.pb.DynamicRefTable dynamic_ref_table = 5;getOverlayable(int index) The <overlayable> declarations within the resource table.intThe <overlayable> declarations within the resource table.The <overlayable> declarations within the resource table.getOverlayableOrBuilder(int index) The <overlayable> declarations within the resource table.List<? extends Resources.OverlayableOrBuilder>The <overlayable> declarations within the resource table.getPackage(int index) Resource definitions corresponding to an Android package.intResource definitions corresponding to an Android package.Resource definitions corresponding to an Android package.getPackageOrBuilder(int index) Resource definitions corresponding to an Android package.List<? extends Resources.PackageOrBuilder>Resource definitions corresponding to an Android package.The string pool containing source paths referenced throughout the resource table.The string pool containing source paths referenced throughout the resource table.getToolFingerprint(int index) The version fingerprints of the tools that built the resource table.intThe version fingerprints of the tools that built the resource table.The version fingerprints of the tools that built the resource table.getToolFingerprintOrBuilder(int index) The version fingerprints of the tools that built the resource table.List<? extends Resources.ToolFingerprintOrBuilder>The version fingerprints of the tools that built the resource table.booleanThe string pool containing source paths referenced throughout the resource table.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasSourcePool
boolean 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;- Returns:
- Whether the sourcePool field is set.
-
getSourcePool
Resources.StringPool 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;- Returns:
- The sourcePool.
-
getSourcePoolOrBuilder
Resources.StringPoolOrBuilder 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; -
getPackageList
List<Resources.Package> getPackageList()Resource definitions corresponding to an Android package.
repeated .aapt.pb.Package package = 2; -
getPackage
Resource definitions corresponding to an Android package.
repeated .aapt.pb.Package package = 2; -
getPackageCount
int getPackageCount()Resource definitions corresponding to an Android package.
repeated .aapt.pb.Package package = 2; -
getPackageOrBuilderList
List<? extends Resources.PackageOrBuilder> getPackageOrBuilderList()Resource definitions corresponding to an Android package.
repeated .aapt.pb.Package package = 2; -
getPackageOrBuilder
Resource definitions corresponding to an Android package.
repeated .aapt.pb.Package package = 2; -
getOverlayableList
List<Resources.Overlayable> getOverlayableList()The <overlayable> declarations within the resource table.
repeated .aapt.pb.Overlayable overlayable = 3; -
getOverlayable
The <overlayable> declarations within the resource table.
repeated .aapt.pb.Overlayable overlayable = 3; -
getOverlayableCount
int getOverlayableCount()The <overlayable> declarations within the resource table.
repeated .aapt.pb.Overlayable overlayable = 3; -
getOverlayableOrBuilderList
List<? extends Resources.OverlayableOrBuilder> getOverlayableOrBuilderList()The <overlayable> declarations within the resource table.
repeated .aapt.pb.Overlayable overlayable = 3; -
getOverlayableOrBuilder
The <overlayable> declarations within the resource table.
repeated .aapt.pb.Overlayable overlayable = 3; -
getToolFingerprintList
List<Resources.ToolFingerprint> getToolFingerprintList()The version fingerprints of the tools that built the resource table.
repeated .aapt.pb.ToolFingerprint tool_fingerprint = 4; -
getToolFingerprint
The version fingerprints of the tools that built the resource table.
repeated .aapt.pb.ToolFingerprint tool_fingerprint = 4; -
getToolFingerprintCount
int getToolFingerprintCount()The version fingerprints of the tools that built the resource table.
repeated .aapt.pb.ToolFingerprint tool_fingerprint = 4; -
getToolFingerprintOrBuilderList
List<? extends Resources.ToolFingerprintOrBuilder> getToolFingerprintOrBuilderList()The version fingerprints of the tools that built the resource table.
repeated .aapt.pb.ToolFingerprint tool_fingerprint = 4; -
getToolFingerprintOrBuilder
The version fingerprints of the tools that built the resource table.
repeated .aapt.pb.ToolFingerprint tool_fingerprint = 4; -
getDynamicRefTableList
List<Resources.DynamicRefTable> getDynamicRefTableList()repeated .aapt.pb.DynamicRefTable dynamic_ref_table = 5; -
getDynamicRefTable
repeated .aapt.pb.DynamicRefTable dynamic_ref_table = 5; -
getDynamicRefTableCount
int getDynamicRefTableCount()repeated .aapt.pb.DynamicRefTable dynamic_ref_table = 5; -
getDynamicRefTableOrBuilderList
List<? extends Resources.DynamicRefTableOrBuilder> getDynamicRefTableOrBuilderList()repeated .aapt.pb.DynamicRefTable dynamic_ref_table = 5; -
getDynamicRefTableOrBuilder
repeated .aapt.pb.DynamicRefTable dynamic_ref_table = 5;
-