Class OrMatcher


  • public class OrMatcher
    extends TemplateSourceMatcher
    Logical "or" operation among the given matchers.
    Since:
    2.3.24
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean matches​(java.lang.String sourceName, java.lang.Object templateSource)  
      • Methods inherited from class java.lang.Object

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

      • matches

        public boolean matches​(java.lang.String sourceName,
                               java.lang.Object templateSource)
                        throws java.io.IOException
        Throws:
        java.io.IOException