Uses of Package
org.apache.commons.text
-
Packages that use org.apache.commons.text Package Description org.apache.commons.text Basic classes for text handling.org.apache.commons.text.io StringSubstitutorReader
is aReader
that performs string substitution on a sourceReader
using aStringSubstitutor
. -
Classes in org.apache.commons.text used by org.apache.commons.text Class Description AlphabetConverter Convert from one alphabet to another, with the possibility of leaving certain characters unencoded.Builder The Builder interface is designed to designate a class as a builder object in the Builder design pattern.CharacterPredicate A predicate for selecting code points.CharacterPredicates Commonly used implementations ofCharacterPredicate
.FormatFactory Format factory.RandomStringGenerator Generates random Unicode strings containing the specified number of code points.RandomStringGenerator.Builder A builder for generatingRandomStringGenerator
instances.StrBuilder Deprecated.Deprecated as of 1.3, useTextStringBuilder
instead.StringEscapeUtils.Builder Convenience wrapper forStringBuilder
providing escape methods.StringSubstitutor Substitutes variables within a string by values.StringSubstitutor.Result The low-level result of a substitution.StringTokenizer Tokenizes a string based on delimiters (separators) and supporting quoting and ignored character concepts.StrLookup Deprecated.Deprecated as of 1.3, useStringLookupFactory
instead.StrMatcher Deprecated.Deprecated as of 1.3, useStringMatcherFactory
instead.StrSubstitutor Deprecated.Deprecated as of 1.3, useStringSubstitutor
instead.StrTokenizer Deprecated.Deprecated as of 1.3, useStringTokenizer
instead.TextRandomProvider TextRandomProvider implementations are used byRandomStringGenerator
as a source of randomness.TextStringBuilder Builds a string from constituent parts providing a more flexible and powerful API than StringBuffer. -
Classes in org.apache.commons.text used by org.apache.commons.text.io Class Description StringSubstitutor Substitutes variables within a string by values.TextStringBuilder Builds a string from constituent parts providing a more flexible and powerful API than StringBuffer.