Uses of Class
org.apache.maven.tools.plugin.generator.PluginDescriptorFilesGenerator.DescriptorType
-
Packages that use PluginDescriptorFilesGenerator.DescriptorType Package Description org.apache.maven.tools.plugin.generator -
-
Uses of PluginDescriptorFilesGenerator.DescriptorType in org.apache.maven.tools.plugin.generator
Methods in org.apache.maven.tools.plugin.generator that return PluginDescriptorFilesGenerator.DescriptorType Modifier and Type Method Description static PluginDescriptorFilesGenerator.DescriptorType
PluginDescriptorFilesGenerator.DescriptorType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PluginDescriptorFilesGenerator.DescriptorType[]
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.DescriptorType Modifier and Type Method Description private static java.lang.String
PluginDescriptorFilesGenerator. getTextValue(PluginDescriptorFilesGenerator.DescriptorType type, boolean containsXhtmlValue, java.lang.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(java.io.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, java.lang.String goal)
Writes parameter type information and potentially also the related javadoc URL.
-