Class AbstractOptions

    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractOptions()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void define​(java.util.Map<java.lang.String,​java.lang.Object> args)
      Deprecated.
      This method will be removed in Gradle 9.0
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractOptions

        public AbstractOptions()
        Deprecated.
    • Method Detail

      • define

        @Deprecated
        public void define​(@Nullable
                           java.util.Map<java.lang.String,​java.lang.Object> args)
        Deprecated.
        This method will be removed in Gradle 9.0
        Reflectively sets the properties of this object from the given map.