Class DefaultVectorDrawablesOptions

java.lang.Object
com.android.builder.core.DefaultVectorDrawablesOptions
All Implemented Interfaces:
com.android.builder.model.VectorDrawablesOptions, Serializable

public class DefaultVectorDrawablesOptions extends Object implements com.android.builder.model.VectorDrawablesOptions, Serializable
Default implementation of VectorDrawablesOptions.
See Also:
  • Constructor Details

    • DefaultVectorDrawablesOptions

      public DefaultVectorDrawablesOptions()
  • Method Details

    • copyOf

      @NonNull @Deprecated public static DefaultVectorDrawablesOptions copyOf(@NonNull com.android.builder.model.VectorDrawablesOptions original)
      Deprecated.
      use com.android.build.gradle.internal.dsl.VectorDrawablesOptions.copyOf
    • getGeneratedDensities

      @Nullable public Set<String> getGeneratedDensities()
      Specified by:
      getGeneratedDensities in interface com.android.builder.model.VectorDrawablesOptions
    • setGeneratedDensities

      public void setGeneratedDensities(@Nullable Iterable<String> densities)
    • getUseSupportLibrary

      @Nullable public Boolean getUseSupportLibrary()
      Specified by:
      getUseSupportLibrary in interface com.android.builder.model.VectorDrawablesOptions
    • setUseSupportLibrary

      public void setUseSupportLibrary(@Nullable Boolean useSupportLibrary)
    • toString

      public String toString()
      Overrides:
      toString in class Object