public final class CommentUtil extends Object
Modifier and Type | Method and Description |
---|---|
static String |
javadocContentAfter(String text,
int position) |
static Map<String,Integer> |
javadocTagsIn(String comment) |
static void |
main(String[] args) |
static List<String> |
multiLinesIn(String comment) |
static List<String> |
trim(List<String> lines)
Similar to the String.trim() function, this one removes the leading and
trailing empty/blank lines from the line list.
|
static String |
wordAfter(String text,
int position) |
Copyright © 2002-2014 InfoEther. All Rights Reserved.