Package org.gradle.util
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 java.lang.Object implements Action<T>
Deprecated.Wrapper configure action.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
execute(T t)
Deprecated.Performs this action against the given object.Closure
getConfigureClosure()
Deprecated.
-