Class IsEntityNameNotExcluded

  • All Implemented Interfaces:
    org.apache.commons.collections.Predicate

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

      • IsEntityNameNotExcluded

        public IsEntityNameNotExcluded()
    • Method Detail

      • 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