Class SuffixMetaDataFilter

  • All Implemented Interfaces:
    MetaDataFilter

    public class SuffixMetaDataFilter
    extends java.lang.Object
    implements MetaDataFilter
    Filters metadata iteration based on resource name suffix.
    Author:
    Abe White
    • Constructor Summary

      Constructors 
      Constructor Description
      SuffixMetaDataFilter​(java.lang.String suffix)
      Constructor; supply suffix to match against.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean matches​(MetaDataFilter.Resource rsrc)
      Return whether the given resource passes the filter.
      • Methods inherited from class java.lang.Object

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

      • SuffixMetaDataFilter

        public SuffixMetaDataFilter​(java.lang.String suffix)
        Constructor; supply suffix to match against.