Interface IExclusionSelector
- All Known Implementing Classes:
AntGenerator.AntPathExclusionSelector
public interface IExclusionSelector
A generic exclusion selector for controlling the packaging.
- Author:
- Holger Eichelberger
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisExcluded(String name) Returns whether the givennameis considered to be excluded.
-
Method Details
-
isExcluded
Returns whether the givennameis considered to be excluded.- Parameters:
name- the name- Returns:
trueif excluded,falseelse
-