Class ResourceFilter


  • public class ResourceFilter
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ResourceFilter​(java.util.Set<java.lang.String> regularExpressions)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean shouldIncludeResource​(java.lang.String name)  
      • Methods inherited from class java.lang.Object

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

      • ResourceFilter

        public ResourceFilter​(java.util.Set<java.lang.String> regularExpressions)
    • Method Detail

      • shouldIncludeResource

        public boolean shouldIncludeResource​(java.lang.String name)