Uses of Class
com.atlassian.confluence.util.LengthLimitedStringBuilder.LIMIT_BEHAVIOUR
-
Packages that use LengthLimitedStringBuilder.LIMIT_BEHAVIOUR Package Description com.atlassian.confluence.util -
-
Uses of LengthLimitedStringBuilder.LIMIT_BEHAVIOUR in com.atlassian.confluence.util
Methods in com.atlassian.confluence.util that return LengthLimitedStringBuilder.LIMIT_BEHAVIOUR Modifier and Type Method Description static LengthLimitedStringBuilder.LIMIT_BEHAVIOUR
LengthLimitedStringBuilder.LIMIT_BEHAVIOUR. valueOf(String name)
Returns the enum constant of this type with the specified name.static LengthLimitedStringBuilder.LIMIT_BEHAVIOUR[]
LengthLimitedStringBuilder.LIMIT_BEHAVIOUR. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.atlassian.confluence.util with parameters of type LengthLimitedStringBuilder.LIMIT_BEHAVIOUR Constructor Description LengthLimitedStringBuilder(LengthLimitedStringBuilder.LengthLimitProvider lengthLimitProvider, LengthLimitedStringBuilder.LIMIT_BEHAVIOUR limitBehaviour)
Creates a length limited string builder, which has configurable limiting behaviour.
-