Package jadx.core.xmlgen
Class ResXmlGen
java.lang.Object
jadx.core.xmlgen.ResXmlGen
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ManifestAttributesprivate final ResourceStorageSkip only file based resource typeprivate final ValuesParser -
Constructor Summary
ConstructorsConstructorDescriptionResXmlGen(ResourceStorage resStorage, ValuesParser vp, ManifestAttributes manifestAttributes) -
Method Summary
Modifier and TypeMethodDescriptionprivate voidaddItem(ICodeWriter cw, String itemTag, String typeName, RawNamedValue value) private voidaddProtoItem(ICodeWriter cw, String itemTag, String typeName, ProtoValue protoValue) private voidaddSimpleValue(ICodeWriter cw, String typeName, String itemTag, String attrName, String attrValue, String valueStr) private voidaddValue(ICodeWriter cw, ResourceEntry ri) private StringmakeResourcesXml(JadxArgs args)
-
Field Details
-
SKIP_RES_TYPES
Skip only file based resource type -
resStorage
-
vp
-
manifestAttributes
-
-
Constructor Details
-
ResXmlGen
public ResXmlGen(ResourceStorage resStorage, ValuesParser vp, ManifestAttributes manifestAttributes)
-
-
Method Details
-
makeResourcesXml
-
addValue
-
addProtoItem
-
addItem
-
addSimpleValue
-
getFileName
-