Class ZoneTraitDescriptor.SimplePatternPredicate

java.lang.Object
com.inductiveautomation.ignition.gateway.authentication.securityzones.ZoneTraitDescriptor.SimplePatternPredicate
All Implemented Interfaces:
com.google.common.base.Predicate<Object>, Predicate<Object>
Enclosing class:
ZoneTraitDescriptor<T>

protected static class ZoneTraitDescriptor.SimplePatternPredicate extends Object implements com.google.common.base.Predicate<Object>
  • Constructor Details

    • SimplePatternPredicate

      public SimplePatternPredicate(String pattern)
  • Method Details

    • apply

      public boolean apply(Object input)
      Specified by:
      apply in interface com.google.common.base.Predicate<Object>