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 Constructor Description IsEntityNameNotExcluded()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanevaluate(Object object)String[]getExcludedNames()voidsetExcludedNames(String[] names)
-
-
-
Method Detail
-
evaluate
public boolean evaluate(Object object)
- Specified by:
evaluatein interfaceorg.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
-
-