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
IOException
Collection<String> toComment(Collection<String> lines)
lines
- The lines to make a commentCopyright © 2014–2015 Leaping Ninja. All rights reserved.