Package adalid.core.predicates
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
IsEntityNameNotExcluded
public IsEntityNameNotExcluded()
-
-
Method Details
-
evaluate
- Specified by:
evaluatein interfaceorg.apache.commons.collections.Predicate
-
getExcludedNames
- Returns:
- the excluded names array
-
setExcludedNames
- Parameters:
names- the excluded names array to set
-