Class ReportPointContainsPredicate
- java.lang.Object
-
- com.wavefront.agent.preprocessor.predicate.ComparisonPredicate<wavefront.report.ReportPoint>
-
- com.wavefront.agent.preprocessor.predicate.ReportPointContainsPredicate
-
- All Implemented Interfaces:
Predicate<wavefront.report.ReportPoint>
public class ReportPointContainsPredicate extends ComparisonPredicate<wavefront.report.ReportPoint>
Predicate mimickingString.contains(java.lang.CharSequence)
for Wavefront reportable entities.- Author:
- Anil Kodali ([email protected]).
-
-
Field Summary
-
Fields inherited from class com.wavefront.agent.preprocessor.predicate.ComparisonPredicate
scope, value
-
-
Constructor Summary
Constructors Constructor Description ReportPointContainsPredicate(String scope, Object value)
-