Uses of Enum
org.apache.rat.utils.CasedString.StringCase
Packages that use CasedString.StringCase
-
Uses of CasedString.StringCase in org.apache.rat.utils
Methods in org.apache.rat.utils that return CasedString.StringCaseModifier and TypeMethodDescriptionstatic CasedString.StringCase
Returns the enum constant of this type with the specified name.static CasedString.StringCase[]
CasedString.StringCase.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.rat.utils with parameters of type CasedString.StringCaseModifier and TypeMethodDescriptionCasedString.toCase
(CasedString.StringCase stringCase) Converts this cased string into aString
of another format.Constructors in org.apache.rat.utils with parameters of type CasedString.StringCaseModifierConstructorDescriptionCasedString
(CasedString.StringCase stringCase, String string) A representation of a cased string and the identified case of that string.