Class SuffixesExcludeFilter

  • All Implemented Interfaces:
    VirtualFileFilter

    public class SuffixesExcludeFilter
    extends java.lang.Object
    implements VirtualFileFilter
    Filters out a set of suffixes
    Version:
    $Revision: 44223 $
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.Collection<java.lang.String> suffixes
      The suffixes
    • Constructor Summary

      Constructors 
      Constructor Description
      SuffixesExcludeFilter​(java.util.Collection<java.lang.String> suffixes)
      Create a new SuffixMatchFilter,
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean accepts​(VirtualFile file)
      Match the virtual file
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • suffixes

        private java.util.Collection<java.lang.String> suffixes
        The suffixes
    • Constructor Detail

      • SuffixesExcludeFilter

        public SuffixesExcludeFilter​(java.util.Collection<java.lang.String> suffixes)
        Create a new SuffixMatchFilter,
        Parameters:
        suffixes - the suffixes
        Throws:
        java.lang.IllegalArgumentException - for null suffixes