public class EclipseCleanMojo
extends org.apache.maven.plugin.AbstractMojo
| Constructor and Description |
|---|
EclipseCleanMojo() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanExtras() |
protected void |
delete(java.io.File f)
Delete a file, handling log messages and exceptions
|
void |
execute() |
java.io.File |
getBasedir()
Getter for
basedir. |
java.lang.String |
getPackaging() |
void |
setBasedir(java.io.File basedir)
Setter for
basedir. |
void |
setPackaging(java.lang.String packaging) |
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionMojo.execute()protected void cleanExtras()
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionprotected void delete(java.io.File f)
throws org.apache.maven.plugin.MojoExecutionException
f - File to be deletedorg.apache.maven.plugin.MojoExecutionException - only if a file exists and can't be deletedpublic java.io.File getBasedir()
basedir.public void setBasedir(java.io.File basedir)
basedir.basedir - The basedir to set.public java.lang.String getPackaging()
public void setPackaging(java.lang.String packaging)
packaging - the packaging to setCopyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.