Uses of Enum
org.apache.maven.tools.plugin.generator.PluginDescriptorFilesGenerator.DescriptorType
Packages that use PluginDescriptorFilesGenerator.DescriptorType
-
Uses of PluginDescriptorFilesGenerator.DescriptorType in org.apache.maven.tools.plugin.generator
Methods in org.apache.maven.tools.plugin.generator that return PluginDescriptorFilesGenerator.DescriptorTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.PluginDescriptorFilesGenerator.DescriptorType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.maven.tools.plugin.generator with parameters of type PluginDescriptorFilesGenerator.DescriptorTypeModifier and TypeMethodDescriptionprivate static String
PluginDescriptorFilesGenerator.getTextValue
(PluginDescriptorFilesGenerator.DescriptorType type, boolean containsXhtmlValue, String text) protected void
PluginDescriptorFilesGenerator.processMojoDescriptor
(org.apache.maven.plugin.descriptor.MojoDescriptor mojoDescriptor, org.codehaus.plexus.util.xml.XMLWriter w, PluginDescriptorFilesGenerator.DescriptorType type, JavadocLinkGenerator javadocLinkGenerator) void
PluginDescriptorFilesGenerator.writeDescriptor
(File destinationFile, PluginToolsRequest request, PluginDescriptorFilesGenerator.DescriptorType type) protected void
PluginDescriptorFilesGenerator.writeParameterType
(org.codehaus.plexus.util.xml.XMLWriter w, PluginDescriptorFilesGenerator.DescriptorType type, JavadocLinkGenerator javadocLinkGenerator, org.apache.maven.plugin.descriptor.Parameter parameter, String goal) Writes parameter type information and potentially also the related javadoc URL.