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 Object
implements Action<T>
Deprecated.
Wrapper configure action.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.Performs this action against the given object.Deprecated.