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 Details

  • Constructor Details

    • AntPathExclusionSelector

      private AntPathExclusionSelector(String excludes)
      Creates an exclusion selector.
      Parameters:
      excludes - the exclude patterns in ANT-style, comma separated
  • Method Details

    • isExcluded

      public boolean isExcluded(String name)
      Description copied from interface: IExclusionSelector
      Returns whether the given name is considered to be excluded.
      Specified by:
      isExcluded in interface IExclusionSelector
      Parameters:
      name - the name
      Returns:
      true if excluded, false else