public interface CommentHandler
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
extractHeader(BufferedReader reader) |
Collection<String> |
toComment(Collection<String> lines)
Convert the given lines into a comment
|
Optional<String> extractHeader(BufferedReader reader) throws IOException
IOExceptionCollection<String> toComment(Collection<String> lines)
lines - The lines to make a commentCopyright © 2014–2017. All rights reserved.