Uses of Enum Class
com.atlassian.confluence.search.v2.extractor.util.AbstractLengthLimitedStringBuilder.LIMIT_BEHAVIOUR
Packages that use AbstractLengthLimitedStringBuilder.LIMIT_BEHAVIOUR
-
Uses of AbstractLengthLimitedStringBuilder.LIMIT_BEHAVIOUR in com.atlassian.confluence.search.v2.extractor.util
Fields in com.atlassian.confluence.search.v2.extractor.util declared as AbstractLengthLimitedStringBuilder.LIMIT_BEHAVIOURModifier and TypeFieldDescriptionprotected final AbstractLengthLimitedStringBuilder.LIMIT_BEHAVIOUR
AbstractLengthLimitedStringBuilder.throwWhenLimitReached
Methods in com.atlassian.confluence.search.v2.extractor.util that return AbstractLengthLimitedStringBuilder.LIMIT_BEHAVIOURModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.AbstractLengthLimitedStringBuilder.LIMIT_BEHAVIOUR.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.atlassian.confluence.search.v2.extractor.util with parameters of type AbstractLengthLimitedStringBuilder.LIMIT_BEHAVIOURModifierConstructorDescriptionStaticLengthLimitedStringBuilder
(int maxLength, AbstractLengthLimitedStringBuilder.LIMIT_BEHAVIOUR limitBehaviour)