Class CloverMavenCommandDecorator.HasPropertyPredicate

  • All Implemented Interfaces:
    com.google.common.base.Predicate<String>, Predicate<String>
    Enclosing class:
    CloverMavenCommandDecorator

    public static class CloverMavenCommandDecorator.HasPropertyPredicate
    extends Object
    implements com.google.common.base.Predicate<String>
    Search for properties in a form:
         -Dname=value
         --define name=value
     
    • Constructor Detail

      • HasPropertyPredicate

        public HasPropertyPredicate​(String name)
    • Method Detail

      • apply

        public boolean apply​(String property)
        Specified by:
        apply in interface com.google.common.base.Predicate<String>