Searched refs:getDocumentationCategory (Results 1 – 3 of 3) sorted by relevance
336 if (optionDefinition.getDocumentationCategory() in getOptionsSortedByCategory()338 optionsByCategories.put(optionDefinition.getDocumentationCategory(), optionDefinition); in getOptionsSortedByCategory()384 && optionDefinition.getDocumentationCategory() in describeOptionsWithDeprecatedCategories()394 if (optionDefinition.getDocumentationCategory() in describeOptionsWithDeprecatedCategories()429 && optionDefinition.getDocumentationCategory() in describeOptionsHtmlWithDeprecatedCategories()443 if (optionDefinition.getDocumentationCategory() in describeOptionsHtmlWithDeprecatedCategories()494 optionDefinition.getDocumentationCategory() != OptionDocumentationCategory.UNDOCUMENTED, in getOptionsCompletion()
123 return optionDefinition.getDocumentationCategory(); in documentationCategory()
109 public OptionDocumentationCategory getDocumentationCategory() { in getDocumentationCategory() method in OptionDefinition