Package jadx.core.export
Class GradleInfoStorage
- java.lang.Object
-
- jadx.core.export.GradleInfoStorage
-
public class GradleInfoStorage extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GradleInfoStorage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisNonFinalResIds()booleanisUseApacheHttpLegacy()booleanisVectorFillType()booleanisVectorPathData()voidsetNonFinalResIds(boolean nonFinalResIds)voidsetUseApacheHttpLegacy(boolean useApacheHttpLegacy)voidsetVectorFillType(boolean vectorFillType)voidsetVectorPathData(boolean vectorPathData)
-
-
-
Method Detail
-
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)
-
-