Uses of Class
org.apache.maven.tools.plugin.extractor.GroupKey
-
Packages that use GroupKey Package Description org.apache.maven.tools.plugin.extractor org.apache.maven.tools.plugin.extractor.annotations org.apache.maven.tools.plugin.extractor.javadoc -
-
Uses of GroupKey in org.apache.maven.tools.plugin.extractor
Methods in org.apache.maven.tools.plugin.extractor that return GroupKey Modifier and Type Method Description GroupKey
MojoDescriptorExtractor. getGroupKey()
Returns theGroupKey
of extractor, asMojoScanner
will execute them grouped, and ordered within groups.Methods in org.apache.maven.tools.plugin.extractor with parameters of type GroupKey Modifier and Type Method Description int
GroupKey. compareTo(GroupKey o)
Compares by group then by order, with special case ofJAVA_GROUP
group: First,group
is considered, if equals toJAVA_GROUP
, is always first, other groups are in natural order (string) within same named groups, order is defined byorder
-
Uses of GroupKey in org.apache.maven.tools.plugin.extractor.annotations
Fields in org.apache.maven.tools.plugin.extractor.annotations declared as GroupKey Modifier and Type Field Description private static GroupKey
JavaAnnotationsMojoDescriptorExtractor. GROUP_KEY
Methods in org.apache.maven.tools.plugin.extractor.annotations that return GroupKey Modifier and Type Method Description GroupKey
JavaAnnotationsMojoDescriptorExtractor. getGroupKey()
-
Uses of GroupKey in org.apache.maven.tools.plugin.extractor.javadoc
Fields in org.apache.maven.tools.plugin.extractor.javadoc declared as GroupKey Modifier and Type Field Description private static GroupKey
JavaJavadocMojoDescriptorExtractor. GROUP_KEY
Methods in org.apache.maven.tools.plugin.extractor.javadoc that return GroupKey Modifier and Type Method Description GroupKey
JavaJavadocMojoDescriptorExtractor. getGroupKey()
-