com.mindtree.techworks.insight.releng.mvn.nsis.mojos
Class NsisCleanMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by com.mindtree.techworks.insight.releng.mvn.nsis.mojos.AbstractNsisMojo
          extended by com.mindtree.techworks.insight.releng.mvn.nsis.mojos.NsisCleanMojo
All Implemented Interfaces:
MojoInfo, org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class NsisCleanMojo
extends AbstractNsisMojo

Mojo Goal to clean the NSIS temporary directory

Version:
$Revision: 87 $ $Date: 2007-12-28 04:19:31 -0700 (Fri, 28 Dec 2007) $
Author:
Bindul Bhowmik

Field Summary
 
Fields inherited from class com.mindtree.techworks.insight.releng.mvn.nsis.mojos.AbstractNsisMojo
nsisProject
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
NsisCleanMojo()
           
 
Method Summary
 void execute()
           
 void executeNsisMojo()
          Executes the mojo actions
 
Methods inherited from class com.mindtree.techworks.insight.releng.mvn.nsis.mojos.AbstractNsisMojo
getNsisExecutable, getNsisPath, getNsisProject, getProject, getProjectHelper, getWorkDirectory
 
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.mindtree.techworks.insight.releng.mvn.nsis.actions.MojoInfo
getLog
 

Constructor Detail

NsisCleanMojo

public NsisCleanMojo()
Method Detail

execute

public void execute()
             throws org.apache.maven.plugin.MojoExecutionException,
                    org.apache.maven.plugin.MojoFailureException
Specified by:
execute in interface org.apache.maven.plugin.Mojo
Overrides:
execute in class AbstractNsisMojo
Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException

executeNsisMojo

public void executeNsisMojo()
                     throws org.apache.maven.plugin.MojoExecutionException,
                            org.apache.maven.plugin.MojoFailureException
Description copied from class: AbstractNsisMojo
Executes the mojo actions

Specified by:
executeNsisMojo in class AbstractNsisMojo
Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
See Also:
Mojo.execute()


Copyright © 2007-2009 MindTree Insight. All Rights Reserved.