Class FileNameMatcher


  • public final class FileNameMatcher
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      FileNameMatcher​(java.lang.String[] update, java.lang.String[] verify, java.lang.String[] exclusions)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean shouldUpdate​(java.util.Collection<java.lang.String> path)  
      boolean shouldVerify​(java.util.Collection<java.lang.String> path)  
      FileNameMatcher verifyOnly()  
      • Methods inherited from class java.lang.Object

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

      • FileNameMatcher

        public FileNameMatcher​(java.lang.String[] update,
                               java.lang.String[] verify,
                               java.lang.String[] exclusions)
    • Method Detail

      • shouldUpdate

        public boolean shouldUpdate​(java.util.Collection<java.lang.String> path)
      • shouldVerify

        public boolean shouldVerify​(java.util.Collection<java.lang.String> path)