Uses of Class
ua.in.hutorny.util.CommentRetriever.Option

Uses of CommentRetriever.Option in ua.in.hutorny.util
 

Methods in ua.in.hutorny.util that return CommentRetriever.Option
static CommentRetriever.Option CommentRetriever.Option.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CommentRetriever.Option[] CommentRetriever.Option.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in ua.in.hutorny.util with parameters of type CommentRetriever.Option
 void CommentRetriever.clrOption(CommentRetriever.Option opt)
          Clears option opt.
 void CommentRetriever.clrOptions(CommentRetriever.Option[] options)
          Clears all options passed via array using setOption
 boolean CommentRetriever.hasOption(CommentRetriever.Option opt)
          Returns true if queried option is set
 void CommentRetriever.setOption(CommentRetriever.Option opt)
          Sets option opt.
 void CommentRetriever.setOptions(CommentRetriever.Option[] options)
          Sets all options passed via array using setOption
 

Constructors in ua.in.hutorny.util with parameters of type CommentRetriever.Option
CommentRetriever(CommentRetriever.Option[] options)
          Constructs CommentRetriever with provided options