com.aelitis.azureus.core.metasearch.impl
Class FieldRemapping

java.lang.Object
  extended by com.aelitis.azureus.core.metasearch.impl.FieldRemapping

public class FieldRemapping
extends Object


Constructor Summary
FieldRemapping(String match, String replace)
           
 
Method Summary
 Pattern getMatch()
           
 String getMatchString()
           
 String getReplacement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldRemapping

public FieldRemapping(String match,
                      String replace)
Method Detail

getMatchString

public String getMatchString()

getMatch

public Pattern getMatch()

getReplacement

public String getReplacement()