Uses of Class
de.xima.fc.helper.PlaceholderStringTokenizer.PlaceholderStringToken
Packages that use PlaceholderStringTokenizer.PlaceholderStringToken
-
Uses of PlaceholderStringTokenizer.PlaceholderStringToken in de.xima.fc.helper
Subclasses of PlaceholderStringTokenizer.PlaceholderStringToken in de.xima.fc.helperModifier and TypeClassDescriptionstatic final class
Represents a non-placeholder part of a string.static final class
Represents a placeholder part of a string.Methods in de.xima.fc.helper that return types with arguments of type PlaceholderStringTokenizer.PlaceholderStringTokenModifier and TypeMethodDescriptionstatic final List<PlaceholderStringTokenizer.PlaceholderStringToken>
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.PlaceholderStringTokenModifier and TypeMethodDescriptionstatic final String
PlaceholderStringTokenizer.stringify
(Iterable<PlaceholderStringTokenizer.PlaceholderStringToken> tokens) Takes a list of parts produced byPlaceholderStringTokenizer.tokenize(String)
and converts it back into a string.