Class ConfigureUtil.WrappedConfigureAction<T>

java.lang.Object
org.gradle.util.ConfigureUtil.WrappedConfigureAction<T>
Type Parameters:
T - the action type.
All Implemented Interfaces:
Action<T>
Enclosing class:
ConfigureUtil

@Deprecated public static class ConfigureUtil.WrappedConfigureAction<T> extends Object implements Action<T>
Deprecated.
Wrapper configure action.
  • Method Details

    • execute

      public void execute(T t)
      Deprecated.
      Description copied from interface: Action
      Performs this action against the given object.
      Specified by:
      execute in interface Action<T>
      Parameters:
      t - The object to perform the action on.
    • getConfigureClosure

      public Closure getConfigureClosure()
      Deprecated.