Class ReportPointEndsWithPredicate
- java.lang.Object
-
- com.wavefront.agent.preprocessor.predicate.ComparisonPredicate<wavefront.report.ReportPoint>
-
- com.wavefront.agent.preprocessor.predicate.ReportPointEndsWithPredicate
-
- All Implemented Interfaces:
Predicate<wavefront.report.ReportPoint>
public class ReportPointEndsWithPredicate extends ComparisonPredicate<wavefront.report.ReportPoint>
Predicate mimickingString.endsWith(String)
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 ReportPointEndsWithPredicate(String scope, Object value)
-