C G H L R S U V

C

clrOption(CommentRetriever.Option) - Method in class ua.in.hutorny.util.CommentRetriever
Clears option opt.
clrOptions(CommentRetriever.Option[]) - Method in class ua.in.hutorny.util.CommentRetriever
Clears all options passed via array using setOption
CommentRetriever - Class in ua.in.hutorny.util
CommentRetriever - this class implements reading the content of the comments embraced with /*-- and --*/.
CommentRetriever() - Constructor for class ua.in.hutorny.util.CommentRetriever
Constructs CommentRetriever with default options ( RETURNERRORS )
CommentRetriever(CommentRetriever.Option[]) - Constructor for class ua.in.hutorny.util.CommentRetriever
Constructs CommentRetriever with provided options
CommentRetriever.BlankContentException - Exception in ua.in.hutorny.util
 
CommentRetriever.FileReadException - Exception in ua.in.hutorny.util
 
CommentRetriever.HeaderIsNotBlankException - Exception in ua.in.hutorny.util
 
CommentRetriever.NoMatchException - Exception in ua.in.hutorny.util
 
CommentRetriever.NoStopperException - Exception in ua.in.hutorny.util
 
CommentRetriever.Option - Enum in ua.in.hutorny.util
A set of options to opt CommentRetriever behavior - ( THROWERRORS, RETURNERRORS, VOIDERRORS, BLANKISERROR, NODEFAULTS, TRIMRESULT )
CommentRetriever.RetrieverException - Exception in ua.in.hutorny.util
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
Comments - Class in ua.in.hutorny.util
Comments - this class provides facilities for loading Java comments, see Comments.load for details
Comments() - Constructor for class ua.in.hutorny.util.Comments
 

C G H L R S U V