Class Configuration.StringKeyMatcher

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String group1
      Matched group 1.
      java.lang.String key
      The full key matched
      java.util.regex.Matcher matcher
      matcher instance for the key
      java.lang.String value
      Value for key matched
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • key

        public final java.lang.String key
        The full key matched
      • matcher

        public final java.util.regex.Matcher matcher
        matcher instance for the key
      • group1

        public final java.lang.String group1
        Matched group 1. Could be null if no Group 1 is found
      • value

        public final java.lang.String value
        Value for key matched