com.mindtree.techworks.insight.releng.mvn.nsis.actions
Class ScriptGenerationAction

java.lang.Object
  extended by com.mindtree.techworks.insight.releng.mvn.nsis.actions.ScriptGenerationAction
All Implemented Interfaces:
NsisAction, NsisScriptConstants

public class ScriptGenerationAction
extends java.lang.Object
implements NsisAction, NsisScriptConstants

Uses Velocity to generate the NSIS scripts

Version:
$Revision: 235 $ $Date: 2009-03-27 15:00:18 -0600 (Fri, 27 Mar 2009) $
Author:
Bindul Bhowmik

Field Summary
 
Fields inherited from interface com.mindtree.techworks.insight.releng.mvn.nsis.actions.NsisScriptConstants
OP_FILE_SETUP_MUI, TEMPLATE_FUNCTIONS, TEMPLATE_INSTALLER_SETTINGS, TEMPLATE_MUI_PAGES, TEMPLATE_PROJECT_INFO, TEMPLATE_SECTIONS, TEMPLATE_SETUP_MUI, VAR_FUNCTIONS_FUNCTIONS, VAR_FUNCTIONS_MUTEX_NAME, VAR_INSTALLER_SETTINGS_INSTALLERSETTINGS, VAR_INSTALLER_SETTINGS_MUIINSTALLERSETTINGS, VAR_LANG, VAR_MUI_PAGES_MUI_PAGES, VAR_NULL, VAR_PATH_RESOLVE, VAR_PROJECT_INFO_PROJECT_INFO, VAR_RESOLVE, VAR_SECTIONS_INCLUDE_FUNCTIONS, VAR_SECTIONS_INSTALLER_SECTIONS, VAR_SETUP_MUI_INCLUDEPAGES, VAR_SETUP_MUI_INCLUDEPROJINFO, VAR_SETUP_MUI_INCLUDESETTINGS, VAR_SETUP_SECTIONS
 
Constructor Summary
ScriptGenerationAction()
           
 
Method Summary
 void execute(MojoInfo mojoInfo)
          Executes the paticular action.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptGenerationAction

public ScriptGenerationAction()
Method Detail

execute

public void execute(MojoInfo mojoInfo)
             throws NsisActionExecutionException
Description copied from interface: NsisAction
Executes the paticular action.

Specified by:
execute in interface NsisAction
Parameters:
mojoInfo - The mojo information.
Throws:
NsisActionExecutionException


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