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 StringPluginDescriptorFilesGenerator.getTextValue(PluginDescriptorFilesGenerator.DescriptorType type, boolean containsXhtmlValue, String text) protected voidPluginDescriptorFilesGenerator.processMojoDescriptor(org.apache.maven.plugin.descriptor.MojoDescriptor mojoDescriptor, org.codehaus.plexus.util.xml.XMLWriter w, PluginDescriptorFilesGenerator.DescriptorType type, JavadocLinkGenerator javadocLinkGenerator) voidPluginDescriptorFilesGenerator.writeDescriptor(File destinationFile, PluginToolsRequest request, PluginDescriptorFilesGenerator.DescriptorType type) protected voidPluginDescriptorFilesGenerator.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.