|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.tools.plugin.generator.GeneratorUtils
public final class GeneratorUtils
Convenience methods to play with Maven plugins.
| Method Summary | |
|---|---|
static String |
discoverPackageName(org.apache.maven.plugin.descriptor.PluginDescriptor pluginDescriptor)
Find the best package name, based on the number of hits of actual Mojo classes. |
static void |
element(org.codehaus.plexus.util.xml.XMLWriter w,
String name,
String value)
|
static void |
element(org.codehaus.plexus.util.xml.XMLWriter w,
String name,
String value,
boolean asText)
|
static boolean |
isMavenReport(String impl,
org.apache.maven.project.MavenProject project)
|
static String |
makeHtmlValid(String description)
Fixes some javadoc comment to become a valid XHTML snippet. |
static List<org.codehaus.plexus.component.repository.ComponentDependency> |
toComponentDependencies(List<org.apache.maven.model.Dependency> dependencies)
|
static String |
toText(String html)
Converts a HTML fragment as extracted from a javadoc comment to a plain text string. |
static void |
writeDependencies(org.codehaus.plexus.util.xml.XMLWriter w,
org.apache.maven.plugin.descriptor.PluginDescriptor pluginDescriptor)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void writeDependencies(org.codehaus.plexus.util.xml.XMLWriter w,
org.apache.maven.plugin.descriptor.PluginDescriptor pluginDescriptor)
w - not null writerpluginDescriptor - not null
public static void element(org.codehaus.plexus.util.xml.XMLWriter w,
String name,
String value)
w - not null writername - not nullvalue - could be null
public static void element(org.codehaus.plexus.util.xml.XMLWriter w,
String name,
String value,
boolean asText)
public static List<org.codehaus.plexus.component.repository.ComponentDependency> toComponentDependencies(List<org.apache.maven.model.Dependency> dependencies)
dependencies - not null list of Dependency
public static String makeHtmlValid(String description)
description - Javadoc description with HTML tags, may be null.
null.public static String toText(String html)
html - The HTML fragment to convert to plain text, may be null.
null.public static String discoverPackageName(org.apache.maven.plugin.descriptor.PluginDescriptor pluginDescriptor)
pluginDescriptor - not null
public static boolean isMavenReport(String impl,
org.apache.maven.project.MavenProject project)
throws IllegalArgumentException
impl - a Mojo implementation, not nullproject - a MavenProject instance, could be null
true is the Mojo implementation implements MavenReport,
false otherwise.
IllegalArgumentException - if any
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||