Class FieldRemapping

java.lang.Object
com.biglybt.core.metasearch.impl.FieldRemapping

public class FieldRemapping extends Object
  • Field Details

    • match_str

      private String match_str
    • match

      private Pattern match
    • replace

      private String replace
  • Constructor Details

    • FieldRemapping

      public FieldRemapping(String match, String replace)
  • Method Details

    • getMatchString

      public String getMatchString()
    • getMatch

      public Pattern getMatch()
    • getReplacement

      public String getReplacement()