Class EventUserFilter

    • Constructor Detail

      • EventUserFilter

        public EventUserFilter​(String filteredUsersStr,
                               boolean userNamesAreCaseSensitive)
    • Method Detail

      • isExcluded

        public boolean isExcluded​(String user)
        Description copied from interface: EventFilter
        Indicates whether the given object should be excluded or not.
        Specified by:
        isExcluded in interface EventFilter<String>
        Parameters:
        user - the object to be checked against filters
        Returns:
        true if it is excluded, otherwise false