Class ReplacePatternUtils
java.lang.Object
fr.gouv.vitam.elastic.kibana.interceptor.rest.ReplacePatternUtils
ReplacePatternUtils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionreplaceSharpByUnderscore
(String textToReplace) Replace Sharp By UnderscorereplaceUnderscoreBySharp
(String textToReplace) Replace Underscore By Sharp
-
Constructor Details
-
ReplacePatternUtils
Constructor- Parameters:
whiteList
- white list define in configuration file.
-
-
Method Details
-
replaceUnderscoreBySharp
Replace Underscore By Sharp- Parameters:
textToReplace
- textToReplace- Returns:
- the text replaced with sharp
-
replaceSharpByUnderscore
Replace Sharp By Underscore- Parameters:
textToReplace
- textToReplace- Returns:
- the text replaced with underscore
-