public interface LineConvertor
Modifier and Type | Method and Description |
---|---|
List<ConvertedLine> |
convert(String line)
Converts the line to lines for output window.
|
@CheckForNull List<ConvertedLine> convert(@NonNull String line)
null
the line was not handled by the
convertor.line
- input line to convertnull
if the convertor does not handle line at allConvertedLine