Uses of Interface
de.xima.fc.common.text.newline.Newline
-
Packages that use Newline Package Description de.xima.fc.common.text.newline de.xima.fc.common.text.wrap -
-
Uses of Newline in de.xima.fc.common.text.newline
Methods in de.xima.fc.common.text.newline that return Newline Modifier and Type Method Description static NewlineNewlines. newlineOfToken(String token)NewlineStandardNewlines. value()Methods in de.xima.fc.common.text.newline with parameters of type Newline Modifier and Type Method Description static NewlineProcessorNewlines. newlineAsSeparator(Newline... newlines)Creates a newline processor that interprets the newlines as a separator.static NewlineProcessorNewlines. newlineAsTerminator(Newline... newlines)Creates a newline processor that interprets the newlines as a terminator.Method parameters in de.xima.fc.common.text.newline with type arguments of type Newline Modifier and Type Method Description static NewlineProcessorNewlines. newlineAsSeparator(Iterable<? extends Newline> newlines)Creates a newline processor that interprets the newlines as a separator.static NewlineProcessorNewlines. newlineAsTerminator(Iterable<? extends Newline> newlines)Creates a newline processor that interprets the newlines as a terminator. -
Uses of Newline in de.xima.fc.common.text.wrap
Methods in de.xima.fc.common.text.wrap with parameters of type Newline Modifier and Type Method Description StringWrappedText. text(Newline newline)Returns the entire text with all lines separated by the given newline.
-