Package jadx.core.export
Class GradleInfoStorage
java.lang.Object
jadx.core.export.GradleInfoStorage
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanprivate booleanprivate booleanprivate boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanvoidsetNonFinalResIds(boolean nonFinalResIds) voidsetUseApacheHttpLegacy(boolean useApacheHttpLegacy) voidsetVectorFillType(boolean vectorFillType) voidsetVectorPathData(boolean vectorPathData)
-
Field Details
-
vectorPathData
private boolean vectorPathData -
vectorFillType
private boolean vectorFillType -
useApacheHttpLegacy
private boolean useApacheHttpLegacy -
nonFinalResIds
private boolean nonFinalResIds
-
-
Constructor Details
-
GradleInfoStorage
public GradleInfoStorage()
-
-
Method Details
-
isVectorPathData
public boolean isVectorPathData() -
setVectorPathData
public void setVectorPathData(boolean vectorPathData) -
isVectorFillType
public boolean isVectorFillType() -
setVectorFillType
public void setVectorFillType(boolean vectorFillType) -
isUseApacheHttpLegacy
public boolean isUseApacheHttpLegacy() -
setUseApacheHttpLegacy
public void setUseApacheHttpLegacy(boolean useApacheHttpLegacy) -
isNonFinalResIds
public boolean isNonFinalResIds() -
setNonFinalResIds
public void setNonFinalResIds(boolean nonFinalResIds)
-