Package de.uni_hildesheim.sse.easy.ant
Class AntGenerator.AntPathExclusionSelector
java.lang.Object
de.uni_hildesheim.sse.easy.ant.AntGenerator.AntPathExclusionSelector
- All Implemented Interfaces:
IExclusionSelector
- Enclosing class:
AntGenerator
private static class AntGenerator.AntPathExclusionSelector
extends Object
implements IExclusionSelector
Implements a global exclusion selector based on ANT patterns.
- Author:
- Holger Eichelberger
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateAntPathExclusionSelector(String excludes) Creates an exclusion selector. -
Method Summary
Modifier and TypeMethodDescriptionbooleanisExcluded(String name) Returns whether the givennameis considered to be excluded.
-
Field Details
-
patterns
-
-
Constructor Details
-
AntPathExclusionSelector
Creates an exclusion selector.- Parameters:
excludes- the exclude patterns in ANT-style, comma separated
-
-
Method Details
-
isExcluded
Description copied from interface:IExclusionSelectorReturns whether the givennameis considered to be excluded.- Specified by:
isExcludedin interfaceIExclusionSelector- Parameters:
name- the name- Returns:
trueif excluded,falseelse
-