Uses of Interface
de.xima.fc.common.text.newline.Newline
Packages that use Newline
-
Uses of Newline in de.xima.fc.common.text.newline
Methods in de.xima.fc.common.text.newline that return NewlineModifier and TypeMethodDescriptionstatic NewlineNewlines.newlineOfToken(String token) StandardNewlines.value()Methods in de.xima.fc.common.text.newline with parameters of type NewlineModifier and TypeMethodDescriptionstatic 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.static WriterNewlines.transformingWriter(Writer writer, Newline target, Newline... source) Creates a writer with the same content as the given write, but with all source newlines replaced by the given target newline.Method parameters in de.xima.fc.common.text.newline with type arguments of type NewlineModifier and TypeMethodDescriptionstatic 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