public abstract class AbstractDirectoryGoal
extends org.apache.maven.plugin.AbstractMojo
Modifier and Type | Field and Description |
---|---|
protected org.apache.maven.project.MavenProject |
currentProject |
protected String |
property |
protected boolean |
quiet |
protected org.apache.maven.execution.MavenSession |
session |
protected boolean |
systemProperty |
Modifier | Constructor and Description |
---|---|
protected |
AbstractDirectoryGoal() |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
protected abstract File |
findDirectory() |
protected abstract String |
getContextKey() |
protected abstract String |
getLogLabel() |
protected String property
protected org.apache.maven.project.MavenProject currentProject
protected org.apache.maven.execution.MavenSession session
protected boolean quiet
protected boolean systemProperty
public final void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
Mojo.execute()
protected abstract String getLogLabel()
protected abstract File findDirectory() throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
protected abstract String getContextKey()
Copyright © 2020. All rights reserved.