Package ua.in.hutorny.util

Class Summary
CommentRetriever CommentRetriever - this class implements reading the content of the comments embraced with /*-- and --*/.
Comments Comments - this class provides facilities for loading Java comments, see Comments.load for details
 

Enum Summary
CommentRetriever.Option A set of options to opt CommentRetriever behavior - ( THROWERRORS, RETURNERRORS, VOIDERRORS, BLANKISERROR, NODEFAULTS, TRIMRESULT )
 

Exception Summary
CommentRetriever.BlankContentException  
CommentRetriever.FileReadException  
CommentRetriever.HeaderIsNotBlankException  
CommentRetriever.NoMatchException  
CommentRetriever.NoStopperException  
CommentRetriever.RetrieverException Descendants of this RetrieverException is thrown when and error occurs and option THROWERRORS is set It extends RuntimeException to avoid try ... catch blocks in the static initializers