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>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisSatisfiedBy(T element) Returns whether satisfied by is set.
-
Constructor Details
-
NotSpec
-
-
Method Details
-
getSourceSpec
-
isSatisfiedBy
Description copied from interface:SpecReturns whether satisfied by is set.- Specified by:
isSatisfiedByin interfaceSpec<T>
-