Interface Filter

All Known Implementing Classes:
ClassFilter, ContainsFilter, ExcludeIncludeFilter, FilterList, IncludeExcludeFilter, PackageFilter, PatternFilter, PrefixFilter, SuffixFilter

public interface Filter
Version:
$Rev$ $Date$
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accept(String name)
     
  • Method Details

    • accept

      boolean accept(String name)