Uses of Package
org.apache.commons.text
| Package | Description |
|---|---|
| org.apache.commons.text |
Basic classes for text handling.
|
| org.apache.commons.text.io |
StringSubstitutorReader is a Reader that performs string
substitution on a source Reader using a StringSubstitutor. |
-
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 generatingRandomStringGeneratorinstances.StrBuilder Deprecated.Deprecated as of 1.3, useTextStringBuilderinstead.StringEscapeUtils.Builder Convenience wrapper forStringBuilderproviding escape methods.StringSubstitutor Substitutes variables within a string by values.StringTokenizer Tokenizes a string based on delimiters (separators) and supporting quoting and ignored character concepts.StrLookup Deprecated.Deprecated as of 1.3, useStringLookupFactoryinstead.StrMatcher Deprecated.Deprecated as of 1.3, useStringMatcherFactoryinstead.StrSubstitutor Deprecated.Deprecated as of 1.3, useStringSubstitutorinstead.StrTokenizer Deprecated.Deprecated as of 1.3, useStringTokenizerinstead.TextRandomProvider TextRandomProvider implementations are used byRandomStringGeneratoras 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.