Class PackageFilter

  • All Implemented Interfaces:
    org.revapi.TreeFilter<org.revapi.java.spi.JavaElement>

    @Deprecated
    public class PackageFilter
    extends org.revapi.base.OverridableIncludeExcludeTreeFilter<org.revapi.java.spi.JavaElement>
    Deprecated.
    This is deprecated because it is a temporary measure
    This is a solution to the removal of package and class filtering directly in the classpath scanner. We need something that people will be able to use until this functionality is removed for good and only the variant with revapi.filter and the java matcher are available.
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.revapi.base.IncludeExcludeTreeFilter

        org.revapi.base.IncludeExcludeTreeFilter.IncludeExcludeResult
    • Constructor Detail

      • PackageFilter

        public PackageFilter​(Pattern[] includes,
                             Pattern[] excludes)
        Deprecated.