Interface IConfigurationFilter
-
- All Known Implementing Classes:
AllFilter,NameRegExFilter,NoFilter,ProjectFilter,ValueFilter
interface IConfigurationFilterA filter for deriving configurations.- Author:
- Holger Eichelberger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleaninclude(IvmlElement element)Returns whether a given element shall be included.
-
-
-
Method Detail
-
include
boolean include(IvmlElement element)
Returns whether a given element shall be included.- Parameters:
element- the element to be tested- Returns:
trueifelementshall be included,falseelse
-
-