Uses of Class
org.apache.maven.tools.plugin.extractor.GroupKey
Packages that use GroupKey
-
Uses of GroupKey in org.apache.maven.tools.plugin.extractor
Classes in org.apache.maven.tools.plugin.extractor that implement interfaces with type arguments of type GroupKeyModifier and TypeClassDescriptionfinal classGroup key: defines "grouping" for descriptor (based on source of extraction) and rank within group.Methods in org.apache.maven.tools.plugin.extractor that return GroupKeyModifier and TypeMethodDescriptionMojoDescriptorExtractor.getGroupKey()Returns theGroupKeyof extractor, asMojoScannerwill execute them grouped, and ordered within groups.Methods in org.apache.maven.tools.plugin.extractor with parameters of type GroupKeyModifier and TypeMethodDescriptionintCompares by group then by order, with special case ofGroupKey.JAVA_GROUPgroup: First,GroupKey.groupis considered, if equals toGroupKey.JAVA_GROUP, is always first, other groups are in natural order (string) within same named groups, order is defined byGroupKey.order