java.lang.Object
de.cuioss.tools.string.TextSplitter
- All Implemented Interfaces:
Serializable
This class provide functionality to transform long text to several html
useful representation and encapsulate this as an object. It is implemented as
an value-object keeping the calculated text.
- Author:
- Eugen Fischer
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTextSplitter(String longString) Construct TextSplitter.TextSplitter(String source, int forceLengthBreakCount, int abridgedLengthCount) Alternative Constructor -
Method Summary
-
Constructor Details
-
TextSplitter
Construct TextSplitter.- Parameters:
longString- source text which will be processed
-
TextSplitter
Alternative Constructor- Parameters:
source- target textforceLengthBreakCount- count of characters when a text break will forcedabridgedLengthCount- count of characters
-