|
TUM CCSM Commons | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IRegexReplacement
This interface describe a replacement to be performed on a string. Syntax for
patterns and replacements is specified in the API documentation of
Pattern and Matcher.
| Method Summary | |
|---|---|
java.util.regex.Pattern |
getPattern()
The pattern to match. |
java.lang.String |
getReplacement()
The replacement for the pattern. |
| Method Detail |
|---|
java.util.regex.Pattern getPattern()
java.lang.String getReplacement()
|
TUM CCSM Commons | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||