Class IsEntityNameNotExcluded

java.lang.Object
adalid.core.predicates.IsEntityNameNotExcluded
All Implemented Interfaces:
org.apache.commons.collections.Predicate

public class IsEntityNameNotExcluded extends Object implements org.apache.commons.collections.Predicate
Author:
Jorge Campins
  • Constructor Details

    • IsEntityNameNotExcluded

      public IsEntityNameNotExcluded()
  • Method Details

    • evaluate

      public boolean evaluate(Object object)
      Specified by:
      evaluate in interface org.apache.commons.collections.Predicate
    • getExcludedNames

      public String[] getExcludedNames()
      Returns:
      the excluded names array
    • setExcludedNames

      public void setExcludedNames(String[] names)
      Parameters:
      names - the excluded names array to set