Package 

Class ContentMatchOptions


  • 
    public final class ContentMatchOptions
    
                        

    Options for matching content using regex patterns based on Java Pattern syntax

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String pattern
    • Method Summary

      Modifier and Type Method Description
      final String getPattern()
      • Methods inherited from class java.lang.Object

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

      • ContentMatchOptions

        ContentMatchOptions(String pattern)
        Parameters:
        pattern - Java style regex pattern.