public interface IReplacingCallback
| Modifier and Type | Method and Description |
|---|---|
int |
replacing(ReplacingArgs args)
A user defined method that is called during a replace operation for each match found just before a replace is made.
|
int replacing(ReplacingArgs args) throws java.lang.Exception
ReplaceAction value that specifies the action to be taken for the current match. The returned value is one of ReplaceAction constants.java.lang.Exception