Package org.gradle.api.specs
Class NotSpec<T>
java.lang.Object
org.gradle.api.specs.NotSpec<T>
- Type Parameters:
T
- The target type for this Spec
- All Implemented Interfaces:
Spec<T>
A
Spec
implementation which negates another Spec
.-
Constructor Summary
-
Method Summary
-
Constructor Details
-
NotSpec
-
-
Method Details
-
isSatisfiedBy
- Specified by:
isSatisfiedBy
in interfaceSpec<T>
-