public abstract class AbstractFixJavadocMojo extends AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_VERSION_VALUE |
protected boolean |
ignoreClirr
Flag to ignore or not Clirr.
|
static String |
JAVA_FILES |
| Constructor and Description |
|---|
AbstractFixJavadocMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
protected String |
getArtifactType(MavenProject p) |
protected List<String> |
getCompileClasspathElements(MavenProject p) |
protected static String |
getJavaMethodAsString(JavaMethod javaMethod) |
protected List<String> |
getProjectSourceRoots(MavenProject p) |
getLog, getPluginContext, setLog, setPluginContextpublic static final String JAVA_FILES
public static final String DEFAULT_VERSION_VALUE
@Parameter(property="ignoreClirr", defaultValue="false") protected boolean ignoreClirr
public void execute()
throws MojoExecutionException,
MojoFailureException
protected String getArtifactType(MavenProject p)
p - not null maven project.protected List<String> getProjectSourceRoots(MavenProject p)
p - not null maven project.protected List<String> getCompileClasspathElements(MavenProject p) throws DependencyResolutionRequiredException
p - not nullDependencyResolutionRequiredException - if anyprotected static String getJavaMethodAsString(JavaMethod javaMethod)
javaMethod - not nullCopyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.