Class GradleInfoStorage

java.lang.Object
jadx.core.export.GradleInfoStorage

public class GradleInfoStorage extends Object
  • 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)