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 SummaryConstructors 
- 
Method Summary
 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
 Methods inherited from interface com.google.common.base.Predicateequals, test
- 
Constructor Details
- 
CommaSeparatedSimplePatternPredicatepublic CommaSeparatedSimplePatternPredicate(String pattern) 
 
- 
Method Details
- 
applypublic boolean apply(Object input) 
- Specified by:
- applyin interface- com.google.common.base.Predicate<Object>