Uses of Class
com.atlassian.confluence.search.v2.extractor.util.AbstractLengthLimitedStringBuilder.LIMIT_BEHAVIOUR
-
Packages that use AbstractLengthLimitedStringBuilder.LIMIT_BEHAVIOUR Package Description com.atlassian.confluence.search.v2.extractor.util -
-
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_BEHAVIOUR Modifier and Type Field Description protected AbstractLengthLimitedStringBuilder.LIMIT_BEHAVIOURAbstractLengthLimitedStringBuilder. throwWhenLimitReachedMethods in com.atlassian.confluence.search.v2.extractor.util that return AbstractLengthLimitedStringBuilder.LIMIT_BEHAVIOUR Modifier and Type Method Description static AbstractLengthLimitedStringBuilder.LIMIT_BEHAVIOURAbstractLengthLimitedStringBuilder.LIMIT_BEHAVIOUR. valueOf(String name)Returns the enum constant of this type with the specified name.static AbstractLengthLimitedStringBuilder.LIMIT_BEHAVIOUR[]AbstractLengthLimitedStringBuilder.LIMIT_BEHAVIOUR. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.atlassian.confluence.search.v2.extractor.util with parameters of type AbstractLengthLimitedStringBuilder.LIMIT_BEHAVIOUR Constructor Description StaticLengthLimitedStringBuilder(int maxLength, AbstractLengthLimitedStringBuilder.LIMIT_BEHAVIOUR limitBehaviour)
-