Uses of Enum
jadx.api.ResourceType
Packages that use ResourceType
-
Uses of ResourceType in jadx.api
Fields in jadx.api declared as ResourceTypeFields in jadx.api with type parameters of type ResourceTypeModifier and TypeFieldDescriptionprivate static final Map<String, ResourceType> ResourceType.EXT_MAPMethods in jadx.api that return ResourceTypeModifier and TypeMethodDescriptionstatic ResourceTypeResourceType.getFileType(String fileName) ResourceFile.getType()static ResourceTypeReturns the enum constant of this type with the specified name.static ResourceType[]ResourceType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jadx.api with parameters of type ResourceTypeModifier and TypeMethodDescriptionstatic ResourceFileResourceFile.createResourceFile(JadxDecompiler decompiler, File file, ResourceType type) static ResourceFileResourceFile.createResourceFile(JadxDecompiler decompiler, String name, ResourceType type) Constructors in jadx.api with parameters of type ResourceTypeModifierConstructorDescriptionprotectedResourceFile(JadxDecompiler decompiler, String name, ResourceType type) ResourceFileContainer(String name, ResourceType type, ResContainer container) ResourceFileContent(String name, ResourceType type, ICodeInfo content)