public abstract class AbstractHomeMojo
extends org.apache.maven.plugin.AbstractMojo
| Constructor and Description |
|---|
AbstractHomeMojo()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
execute()
Execute
|
String |
getHome()
Get the home directory
|
void |
setHome(String v)
Set the home directory
|
public String getHome()
public void setHome(String v)
v - The valuepublic abstract void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionException - Thrown if the plugin cant be executedorg.apache.maven.plugin.MojoFailureException - Thrown if there is an errorCopyright © 2021 JBoss by Red Hat. All rights reserved.