Uses of Class
de.xima.fc.helper.PlaceholderStringTokenizer.PlaceholderStringToken
- 
Packages that use PlaceholderStringTokenizer.PlaceholderStringToken Package Description de.xima.fc.helper Package für konkrete Helperklassen - 
- 
Uses of PlaceholderStringTokenizer.PlaceholderStringToken in de.xima.fc.helper
Subclasses of PlaceholderStringTokenizer.PlaceholderStringToken in de.xima.fc.helper Modifier and Type Class Description static classPlaceholderStringTokenizer.PlaceholderStringLiteralTokenRepresents a non-placeholder part of a string.static classPlaceholderStringTokenizer.PlaceholderStringPlaceholderTokenRepresents a placeholder part of a string.Methods in de.xima.fc.helper that return types with arguments of type PlaceholderStringTokenizer.PlaceholderStringToken Modifier and Type Method Description static List<PlaceholderStringTokenizer.PlaceholderStringToken>PlaceholderStringTokenizer. tokenize(String value)Takes a string that may contain placeholders and splits it into the literal (non-placeholder) parts and the placeholder parts.Method parameters in de.xima.fc.helper with type arguments of type PlaceholderStringTokenizer.PlaceholderStringToken Modifier and Type Method Description static StringPlaceholderStringTokenizer. stringify(Iterable<PlaceholderStringTokenizer.PlaceholderStringToken> tokens)Takes a list of parts produced byPlaceholderStringTokenizer.tokenize(String)and converts it back into a string. 
 -