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 Type
    Method
    Description
    boolean
    Returns whether the given name is considered to be excluded.
  • Method Details

    • isExcluded

      boolean isExcluded(String name)
      Returns whether the given name is considered to be excluded.
      Parameters:
      name - the name
      Returns:
      true if excluded, false else