Class FieldRemapping


  • public class FieldRemapping
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.regex.Pattern match  
      private java.lang.String match_str  
      private java.lang.String replace  
    • Constructor Summary

      Constructors 
      Constructor Description
      FieldRemapping​(java.lang.String match, java.lang.String replace)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.regex.Pattern getMatch()  
      java.lang.String getMatchString()  
      java.lang.String getReplacement()  
      • Methods inherited from class java.lang.Object

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

      • match_str

        private java.lang.String match_str
      • match

        private java.util.regex.Pattern match
      • replace

        private java.lang.String replace
    • Constructor Detail

      • FieldRemapping

        public FieldRemapping​(java.lang.String match,
                              java.lang.String replace)
    • Method Detail

      • getMatchString

        public java.lang.String getMatchString()
      • getMatch

        public java.util.regex.Pattern getMatch()
      • getReplacement

        public java.lang.String getReplacement()