Class HasPropertyPredicate

java.lang.Object
org.openclover.ci.HasPropertyPredicate
All Implemented Interfaces:
Predicate<String>

public class HasPropertyPredicate extends Object implements Predicate<String>
Search for properties in a form:
     -Dname=value
     --define name=value
 
  • Constructor Details

    • HasPropertyPredicate

      public HasPropertyPredicate(String name)
  • Method Details