org.gcube.searchsystem.workflow
Class MatchReplacer

java.lang.Object
  extended by org.gcube.searchsystem.workflow.MatchReplacer

public abstract class MatchReplacer
extends Object


Constructor Summary
MatchReplacer(Pattern pattern)
           
 
Method Summary
 String replace(String input)
           
abstract  String replacement(MatchResult matchResult)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MatchReplacer

public MatchReplacer(Pattern pattern)
Method Detail

replacement

public abstract String replacement(MatchResult matchResult)

replace

public String replace(String input)


Copyright © 2013. All Rights Reserved.