java.lang.Object
com.inductiveautomation.ignition.gateway.authentication.securityzones.ZoneTraitDescriptor.CommaSeparatedSimplePatternPredicate
- All Implemented Interfaces:
com.google.common.base.Predicate<Object>
, Predicate<Object>
- Enclosing class:
- ZoneTraitDescriptor<T>
protected static class ZoneTraitDescriptor.CommaSeparatedSimplePatternPredicate
extends Object
implements com.google.common.base.Predicate<Object>
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.common.base.Predicate
equals, test
-
Constructor Details
-
CommaSeparatedSimplePatternPredicate
public CommaSeparatedSimplePatternPredicate(String pattern)
-
Method Details
-
apply
public boolean apply(Object input)
- Specified by:
apply
in interface com.google.common.base.Predicate<Object>