A C D E F G I L M N O P R S T U V W

A

AbstractNsisMojo - Class in com.mindtree.techworks.insight.releng.mvn.nsis.mojos
Abstract mojo to share common configuration
AbstractNsisMojo() - Constructor for class com.mindtree.techworks.insight.releng.mvn.nsis.mojos.AbstractNsisMojo
 
addDependencySet(DependencySet) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.Section
Method addDependencySet.
addExclude(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.SetBase
Method addExclude.
addExclude(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.UnpackOptions
Method addExclude.
addFile(FileItem) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.Section
Method addFile.
addFileSet(FileSet) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.Section
Method addFileSet.
addInclude(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.SetBase
Method addInclude.
addInclude(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.UnpackOptions
Method addInclude.
addInInsType(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.Section
Method addInInsType.
addInstallType(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.InstallerSections
Method addInstallType.
addLicensePageSetting(LicensePageSettings) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.MuiPages
Method addLicensePageSetting.
addResource(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.resources.CopiedResources
Adds a single resource
addSection(Section) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.InstallerSections
Method addSection.
addShortcut(ShortCut) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.Section
Method addShortcut.

C

com.mindtree.techworks.insight.releng.mvn.nsis.actions - package com.mindtree.techworks.insight.releng.mvn.nsis.actions
 
com.mindtree.techworks.insight.releng.mvn.nsis.actions.resolver - package com.mindtree.techworks.insight.releng.mvn.nsis.actions.resolver
 
com.mindtree.techworks.insight.releng.mvn.nsis.io - package com.mindtree.techworks.insight.releng.mvn.nsis.io
 
com.mindtree.techworks.insight.releng.mvn.nsis.model - package com.mindtree.techworks.insight.releng.mvn.nsis.model
 
com.mindtree.techworks.insight.releng.mvn.nsis.model.io.xpp3 - package com.mindtree.techworks.insight.releng.mvn.nsis.model.io.xpp3
 
com.mindtree.techworks.insight.releng.mvn.nsis.mojos - package com.mindtree.techworks.insight.releng.mvn.nsis.mojos
 
com.mindtree.techworks.insight.releng.mvn.nsis.resources - package com.mindtree.techworks.insight.releng.mvn.nsis.resources
 
com.mindtree.techworks.insight.releng.mvn.nsis.velocityutil - package com.mindtree.techworks.insight.releng.mvn.nsis.velocityutil
 
ComponentsPageSettings - Class in com.mindtree.techworks.insight.releng.mvn.nsis.model
Settings for the components page.
ComponentsPageSettings() - Constructor for class com.mindtree.techworks.insight.releng.mvn.nsis.model.ComponentsPageSettings
 
CopiedResources - Class in com.mindtree.techworks.insight.releng.mvn.nsis.resources
Bean used to pass information between the resource Mojo and the Velocity Mojo on resources copied over.
CopiedResources() - Constructor for class com.mindtree.techworks.insight.releng.mvn.nsis.resources.CopiedResources
 
copyFiles(SetBase, MojoInfo, File) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.actions.resolver.DependencyResolver
 
copyFiles(SetBase, MojoInfo, File) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.actions.resolver.FileItemResolver
 
copyFiles(SetBase, MojoInfo, File) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.actions.resolver.FileSetResolver
 
copyFiles(SetBase, MojoInfo, File) - Method in interface com.mindtree.techworks.insight.releng.mvn.nsis.actions.resolver.Resolver
Copies the files to the temp directory
CopyResourcesAction - Class in com.mindtree.techworks.insight.releng.mvn.nsis.actions
Copies the resources to the temporary work directory
CopyResourcesAction() - Constructor for class com.mindtree.techworks.insight.releng.mvn.nsis.actions.CopyResourcesAction
 

D

DefaultProjectFileReader - Class in com.mindtree.techworks.insight.releng.mvn.nsis.io
Default Xpp3 implementation of the project file reader.
DefaultProjectFileReader() - Constructor for class com.mindtree.techworks.insight.releng.mvn.nsis.io.DefaultProjectFileReader
 
DependencyResolver - Class in com.mindtree.techworks.insight.releng.mvn.nsis.actions.resolver
Resolves the dependencies
DependencyResolver() - Constructor for class com.mindtree.techworks.insight.releng.mvn.nsis.actions.resolver.DependencyResolver
 
DependencySet - Class in com.mindtree.techworks.insight.releng.mvn.nsis.model
A dependencySet allows inclusion and exclusion of project dependencies in the assembly.
DependencySet() - Constructor for class com.mindtree.techworks.insight.releng.mvn.nsis.model.DependencySet
 
DirectoryPageSettings - Class in com.mindtree.techworks.insight.releng.mvn.nsis.model
The Directory Page Settings.
DirectoryPageSettings() - Constructor for class com.mindtree.techworks.insight.releng.mvn.nsis.model.DirectoryPageSettings
 

E

execute(MojoInfo) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.actions.CopyResourcesAction
 
execute(MojoInfo) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.actions.LoadDefaultsAction
 
execute(MojoInfo) - Method in interface com.mindtree.techworks.insight.releng.mvn.nsis.actions.NsisAction
Executes the paticular action.
execute(MojoInfo) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.actions.NsisCompileAction
 
execute(MojoInfo) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.actions.ScriptGenerationAction
 
execute() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.mojos.AbstractNsisMojo
 
execute() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.mojos.NsisCleanMojo
 
executeNsisMojo() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.mojos.AbstractNsisMojo
Executes the mojo actions
executeNsisMojo() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.mojos.NsisCleanMojo
 
executeNsisMojo() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.mojos.NsisCompileMojo
 
executeNsisMojo() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.mojos.NsisCopyResourcesMojo
 
executeNsisMojo() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.mojos.NsisGenerateScriptMojo
 

F

FileItem - Class in com.mindtree.techworks.insight.releng.mvn.nsis.model
A file allows individual file inclusion with the option to change the destination filename not supported by fileSets.
FileItem() - Constructor for class com.mindtree.techworks.insight.releng.mvn.nsis.model.FileItem
 
FileItemResolver - Class in com.mindtree.techworks.insight.releng.mvn.nsis.actions.resolver
Resolves a file
FileItemResolver() - Constructor for class com.mindtree.techworks.insight.releng.mvn.nsis.actions.resolver.FileItemResolver
 
FileSet - Class in com.mindtree.techworks.insight.releng.mvn.nsis.model
A fileSet allows the inclusion of groups of files into the assembly.
FileSet() - Constructor for class com.mindtree.techworks.insight.releng.mvn.nsis.model.FileSet
 
FileSetResolver - Class in com.mindtree.techworks.insight.releng.mvn.nsis.actions.resolver
Resolves a file set
FileSetResolver() - Constructor for class com.mindtree.techworks.insight.releng.mvn.nsis.actions.resolver.FileSetResolver
 
FinishPageSettings - Class in com.mindtree.techworks.insight.releng.mvn.nsis.model
The settings of the finish page.
FinishPageSettings() - Constructor for class com.mindtree.techworks.insight.releng.mvn.nsis.model.FinishPageSettings
 
FunctionDefinition - Class in com.mindtree.techworks.insight.releng.mvn.nsis.model
A user defined function.
FunctionDefinition() - Constructor for class com.mindtree.techworks.insight.releng.mvn.nsis.model.FunctionDefinition
 
Functions - Class in com.mindtree.techworks.insight.releng.mvn.nsis.model
Contains information about init functions for the installer and the uninstaller.
Functions() - Constructor for class com.mindtree.techworks.insight.releng.mvn.nsis.model.Functions
 

G

getAbortHeaderSubText() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.InstallationPageSettings
Get see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
getAbortHeaderText() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.InstallationPageSettings
Get see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
getAddDefaultEntities() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.io.xpp3.NsisProjectXpp3Reader
Returns the state of the "add default entities" flag.
getButton() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.FinishPageSettings
Get see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
getButton() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.LicensePageSettings
Get see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
getCheckboxText() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.LicensePageSettings
Get see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
getComponentsPageSettings() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.MuiPages
Get to add a newline to any of these texts, use \r\n instead of $\r$\n.
getDefaultFolder() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.StartMenuFolderPageSettings
Get see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
getDefaultInstallerLanguage() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.ProjectInfo
Get this is the language of the installer for single language installers and the default language for multi lingual installers.
getDefaultLanguageName() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.velocityutil.NSISLanguageTool
Returns the default language for the installer
getDefaultLanguageNsisFormat() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.velocityutil.NSISLanguageTool
Returns the default language of the installer in the NSIS format.
getDefinition() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.FunctionDefinition
Get the function Definition.
getDependencySets() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.Section
Method getDependencySets.
getDescription() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.Section
Get the descriptive name of the section.
getDescription() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.ShortCut
Get the description of the link.
getDestName() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.FileItem
Get sets the destination filename in the outputDirectory.
getDirectory() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.FileSet
Get sets the absolute or relative location from the module's directory.
getDirectory() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.velocityutil.ResolvedFileSet
 
getDirectoryMode() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.SetBase
Get similar to a UNIX permission, sets the directory mode of the directories included.
getDirectoryPageSettings() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.MuiPages
Get to add a newline to any of these texts, use \r\n instead of $\r$\n.
getExcludes() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.SetBase
Method getExcludes.
getExcludes() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.UnpackOptions
Method getExcludes.
getFile(FileItem, MojoInfo) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.actions.resolver.FileItemResolver
Gets the names of the selected files
getFileMode() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.SetBase
Get similar to a UNIX permission, sets the file mode of the files included.
getFiles(FileSet, MojoInfo) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.actions.resolver.FileSetResolver
Gets the names of the selected files
getFiles() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.Section
Method getFiles.
getFiles() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.velocityutil.ResolvedFileSet
 
getFileSets() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.Section
Method getFileSets.
getFinishHeaderSubText() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.InstallationPageSettings
Get see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
getFinishHeaderText() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.InstallationPageSettings
Get see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
getFinishPageSettings() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.MuiPages
Get to add a newline to any of these texts, use \r\n instead of $\r$\n.
getFunctions() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.NsisProject
Get the installer initialization and un-installer initialization functions.
getHeaderImageBmp() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.MuiInstallerSettings
Get the location of the header image being used.
getIcon() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.ShortCut
Get the icon file.
getIconIndexNumber() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.ShortCut
Get the index in a multi icon file.
getIncludes() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.SetBase
Method getIncludes.
getIncludes() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.UnpackOptions
Method getIncludes.
getInInsTypes() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.Section
Method getInInsTypes.
getInstallAppRunCheckFn() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.Functions
Get user defined function to check if the application is running when the installer starts.
getInstallationPageSettings() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.MuiPages
Get to add a newline to any of these texts, use \r\n instead of $\r$\n.
getInstallDir() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.InstallerSettings
Get the default installation directory in use.
getInstallDirRegKey() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.InstallerSettings
Get the directory the installer will check for installation directory.
getInstallerIcon() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.MuiInstallerSettings
Get the installer icon.
getInstallerSettings() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.NsisProject
Get general Installer Settings.
getInstallTypes() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.InstallerSections
Method getInstallTypes.
getKeyboardShortcut() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.ShortCut
Get the keyboard shortcut.
getLicenseFile() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.LicensePageSettings
Get the location of the license file, should be relative to the project root or an absolute path.
getLicenseFileDestination() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.LicensePageSettings
Get the end destination of the license file.
getLicensePageSettings() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.MuiPages
Method getLicensePageSettings.
getLineEnding() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.FileItem
Get sets the line-endings of the files in this file.
getLineEnding() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.FileSet
Get sets the line-endings of the files in this fileSet.
getLink() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.FinishPageSettings
Get see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
getLink() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.ShortCut
Get the link with the complete path.
getLinkColor() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.FinishPageSettings
Get see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
getLinkLocation() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.FinishPageSettings
Get see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
getLog() - Method in interface com.mindtree.techworks.insight.releng.mvn.nsis.actions.MojoInfo
Gets the log for logging data.
getModelEncoding() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.NsisProject
Method getModelEncoding.
getMojoInfo() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.velocityutil.PathResolveTool
 
getMuiInstallerSettings() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.NsisProject
Get nSIS MUI Settings.
getMuiPages() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.NsisProject
Get the pages to display in the installer.
getMultiInstallerInstanceMessage() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.Functions
Get the message to display when more than one instance of the installer is running.
getName() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.FunctionDefinition
Get the name of the function.
getName() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.Section
Get the name of the section.
getName() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.velocityutil.RenderStringWithNewLine
 
getNsisExecutable() - Method in interface com.mindtree.techworks.insight.releng.mvn.nsis.actions.MojoInfo
Returns the NSIS Executable.
getNsisExecutable() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.mojos.AbstractNsisMojo
 
getNsisPath() - Method in interface com.mindtree.techworks.insight.releng.mvn.nsis.actions.MojoInfo
The location of the NSIS executable
getNsisPath() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.mojos.AbstractNsisMojo
 
getNsisProject() - Method in interface com.mindtree.techworks.insight.releng.mvn.nsis.actions.MojoInfo
Gets the parsed Nsis project
getNsisProject() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.mojos.AbstractNsisMojo
 
getOutFile() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.InstallerSettings
Get the output file name.
getOutputDirectory() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.SetBase
Get sets the output directory relative to the root of the root directory of the assembly.
getOutputFileNameMapping() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.DependencySet
Get sets the mapping pattern for all dependencies included in this assembly.
getOverWritePolicy() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.SetBase
Get the SetOverwrite directive policy.
getPageHeaderSubText() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.MuiPages
Get sub text to display on the header of the page.
getPageHeaderSubText() - Method in interface com.mindtree.techworks.insight.releng.mvn.nsis.resources.NsisDefaults
Returns the page header subtext
getPageHeaderSubText() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.resources.PropertyFileNsisDefaults
 
getPageHeaderText() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.MuiPages
Get text to display on the header of the page.
getPageHeaderText() - Method in interface com.mindtree.techworks.insight.releng.mvn.nsis.resources.NsisDefaults
Returns the page header text
getPageHeaderText() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.resources.PropertyFileNsisDefaults
 
getParameters() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.ShortCut
Get the parameters to pass to the target.
getPrevVerPresentPrompt() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.Functions
Get the prompt to the user when a previous version of the application is found.
getPrevVerUninstallAbortMsg() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.Functions
Get message displayed when the uninstall of the previous version is aborted by the user.
getPrevVerUninstallFailMsg() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.Functions
Get message displayed when the uninstall of the previous version fails.
getProductName() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.ProjectInfo
Get the name of the product, if not provided, defaults to the artifactId in the pom.xml.
getProductVersion() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.ProjectInfo
Get the version of the application.
getProject() - Method in interface com.mindtree.techworks.insight.releng.mvn.nsis.actions.MojoInfo
Returns the maven project we are working in
getProject() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.mojos.AbstractNsisMojo
 
getProjectHelper() - Method in interface com.mindtree.techworks.insight.releng.mvn.nsis.actions.MojoInfo
Returns the maven project helper
getProjectHelper() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.mojos.AbstractNsisMojo
 
getProjectInfo() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.NsisProject
Get contains the basic information about the project to create the root level information.
getPublisher() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.ProjectInfo
Get the publisher of the application, if not provided, defaults to the organization/name from the pom.
getRadioButtonsTextAccept() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.LicensePageSettings
Get see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
getRadioButtonsTextDecline() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.LicensePageSettings
Get see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
getReadmeFile() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.ProjectInfo
Get the readme file.
getRegistryKey() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.StartMenuFolderPageSettings
Get see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
getRegistryRoot() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.StartMenuFolderPageSettings
Get see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
getRegistryValueName() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.StartMenuFolderPageSettings
Get see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
getRelativeFilePath(SetBase, MojoInfo) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.actions.resolver.DependencyResolver
 
getRelativeFilePath(SetBase, MojoInfo) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.actions.resolver.FileItemResolver
 
getRelativeFilePath(SetBase, MojoInfo) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.actions.resolver.FileSetResolver
 
getRelativeFilePath(SetBase, MojoInfo) - Method in interface com.mindtree.techworks.insight.releng.mvn.nsis.actions.resolver.Resolver
Gets the list of file names for the script generation
getResources() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.resources.CopiedResources
 
getRun() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.FinishPageSettings
Get see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
getRunFunction() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.FinishPageSettings
Get see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
getRunParameters() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.FinishPageSettings
Get see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
getRunText() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.FinishPageSettings
Get see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
getScope() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.DependencySet
Get sets the dependency scope for this dependencySet.
getScriptName() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.InstallerSettings
Get the name of the installer displayed by Windows.
getSectionName() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.resources.CopiedResources
 
getSections() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.InstallerSections
Method getSections.
getSections() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.NsisProject
Get the sections.
getShortcuts() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.Section
Method getShortcuts.
getShowInstallerDetails() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.InstallerSettings
Get see http://nsis.sourceforge.net/Docs/Chapter4.html#4.8.1.34.
getShowReadme() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.FinishPageSettings
Get see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
getShowReadmeFunction() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.FinishPageSettings
Get see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
getShowReadmeText() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.FinishPageSettings
Get see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
getShowUnInstallerDetails() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.InstallerSettings
Get see http://nsis.sourceforge.net/Docs/Chapter4.html#4.8.1.35.
getSource() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.FileItem
Get sets the absolute or relative path from the module's directory of the file to be included in the assembly.
getStartMenuDefaultFolder() - Method in interface com.mindtree.techworks.insight.releng.mvn.nsis.resources.NsisDefaults
Returns the start menu default folder
getStartMenuDefaultFolder() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.resources.PropertyFileNsisDefaults
 
getStartMenuFolderPageSettings() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.MuiPages
Get to add a newline to any of these texts, use \r\n instead of $\r$\n.
getStartMenuRegistryKey() - Method in interface com.mindtree.techworks.insight.releng.mvn.nsis.resources.NsisDefaults
Returns the start menu registry key
getStartMenuRegistryKey() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.resources.PropertyFileNsisDefaults
 
getStartMenuRegistryRoot() - Method in interface com.mindtree.techworks.insight.releng.mvn.nsis.resources.NsisDefaults
Returns the start menu registry root
getStartMenuRegistryRoot() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.resources.PropertyFileNsisDefaults
 
getStartMenuRegistryValue() - Method in interface com.mindtree.techworks.insight.releng.mvn.nsis.resources.NsisDefaults
Returns the start menu registry value
getStartMenuRegistryValue() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.resources.PropertyFileNsisDefaults
 
getStartOptions() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.ShortCut
Get the startup options.
getTargetFile() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.ShortCut
Get the target file that will be opened by the link.
getText() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.FinishPageSettings
Get see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
getText() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.WelcomePageSettings
Get text to display on the page.
getTextBottom() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.LicensePageSettings
Get see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
getTextCheckbox() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.StartMenuFolderPageSettings
Get see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
getTextCompList() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.ComponentsPageSettings
Get see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
getTextDescriptionInfo() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.ComponentsPageSettings
Get see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
getTextDescriptionTitle() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.ComponentsPageSettings
Get see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
getTextDestination() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.DirectoryPageSettings
Get see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
getTextInstType() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.ComponentsPageSettings
Get see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
getTextLocation() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.UninstallConfirmPageSettings
Get see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
getTextReboot() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.FinishPageSettings
Get see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
getTextRebootLater() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.FinishPageSettings
Get see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
getTextRebootNow() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.FinishPageSettings
Get see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
getTextTop() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.ComponentsPageSettings
Get see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
getTextTop() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.DirectoryPageSettings
Get see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
getTextTop() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.LicensePageSettings
Get see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
getTextTop() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.StartMenuFolderPageSettings
Get see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
getTextTop() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.UninstallConfirmPageSettings
Get see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
getTitle() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.FinishPageSettings
Get see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
getTitle() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.WelcomePageSettings
Get title to display on the top of the page.
getType() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.velocityutil.RenderStringWithNewLine
 
getUninstallAppRunCheckFn() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.Functions
Get user defined function to check if the application is running when the uninstaller starts.
getUninstallConfirmPageSettings() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.MuiPages
Get to add a newline to any of these texts, use \r\n instead of $\r$\n.
getUninstallConfirmPrompt() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.Functions
Get the prompt displayed to the user when the uninstaller is invoked.
getUninstallerIcon() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.InstallerSettings
Get the icon displayed on the Windows Add/Remove programs Section.
getUninstallerIcon() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.MuiInstallerSettings
Get the uninstaller icon.
getUninstallSuccessMsg() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.Functions
Get message displayed after successfully uninstalling the application.
getUnpackOptions() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.DependencySet
Get allows the specification of includes and excludes, along with filtering options, for items unpacked from a dependency artifact.
getVariable() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.DirectoryPageSettings
Get see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
getWebSite() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.ProjectInfo
Get the product web site.
getWelcomePageSettings() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.MuiPages
Get to add a newline to any of these texts, use \r\n instead of $\r$\n.
getWelcomePageTitle() - Method in interface com.mindtree.techworks.insight.releng.mvn.nsis.resources.NsisDefaults
Returns the welcome page title
getWelcomePageTitle() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.resources.PropertyFileNsisDefaults
 
getWorkDirectory() - Method in interface com.mindtree.techworks.insight.releng.mvn.nsis.actions.MojoInfo
The working directory file
getWorkDirectory() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.mojos.AbstractNsisMojo
 

I

init(RuntimeServices) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.velocityutil.MavenVelocityLogChute
 
InstallationPageSettings - Class in com.mindtree.techworks.insight.releng.mvn.nsis.model
Settings for the Installation Page.
InstallationPageSettings() - Constructor for class com.mindtree.techworks.insight.releng.mvn.nsis.model.InstallationPageSettings
 
InstallerSections - Class in com.mindtree.techworks.insight.releng.mvn.nsis.model
Defines all the sections used in the installer .
InstallerSections() - Constructor for class com.mindtree.techworks.insight.releng.mvn.nsis.model.InstallerSections
 
InstallerSettings - Class in com.mindtree.techworks.insight.releng.mvn.nsis.model
The Windows settings in use by the installer.
InstallerSettings() - Constructor for class com.mindtree.techworks.insight.releng.mvn.nsis.model.InstallerSettings
 
isBold() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.Section
Get indicates if the section is bold.
isCancelEnabled() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.FinishPageSettings
Get see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
isCheckBox() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.LicensePageSettings
Get see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
isFiltered() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.FileItem
Get sets whether to determine if the file is filtered.
isFiltered() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.FileSet
Get whether to filter symbols in the files as they are copied, using properties from the build configuration.
isFiltered() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.UnpackOptions
Get whether to filter symbols in the files as they are unpacked from the archive, using properties from the build configuration.
isHidden() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.Section
Get indicates if the section is hidden.
isLevelEnabled(int) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.velocityutil.MavenVelocityLogChute
 
isNoDisable() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.StartMenuFolderPageSettings
Get see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
isNoRebootSupport() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.FinishPageSettings
Get see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
isNotNull(Object) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.velocityutil.NullTool
Checks of the test object is not null.
isNull(Object) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.velocityutil.NullTool
Checks of the test object is null.
isOptional() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.Section
Get checks if the section is optional.
isRadioButtons() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.LicensePageSettings
Get see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
isRebootLaterDefault() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.FinishPageSettings
Get see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
isRunNotChecked() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.FinishPageSettings
Get see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
isShowReadmeNotChecked() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.FinishPageSettings
Get see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
isTextLarge() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.FinishPageSettings
Get see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
isTitle3Lines() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.FinishPageSettings
Get see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
isTitle3Lines() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.WelcomePageSettings
Get extra space for the title area.
isUninstallPrevVer() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.Functions
Get if set to true, the installer will try to identify and uninstall any previous version of the application.
isUnpack() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.DependencySet
Get if set to true, this property will unpack all dependencies into the specified output directory.
isUseDefaultExcludes() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.SetBase
Get whether standard exclusion patterns, such as those matching CVS and Subversion metadata files, should be used when calculating the files affected by this set.
isUseHeaderImage() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.MuiInstallerSettings
Get flag to indicate if a configured header image is being used.
isUseMutexForInstaller() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.Functions
Get indicates if a mutex is to be used to ensure a single instance of the installer.
isUseProjectArtifact() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.DependencySet
Get determines whether the artifact produced during the current project's build should be included in this dependency set.
isUseProjectAttachments() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.DependencySet
Get determines whether the attached artifacts produced during the current project's build should be included in this dependency set.
isUseStrictFiltering() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.SetBase
Get when specified as true, any include/exclude patterns which aren't used to filter an actual artifact during assembly creation will cause the build to fail with an error.
isUseTransitiveDependencies() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.DependencySet
Get determines whether transitive dependencies will be included in the processing of the current dependency set.
isUseTransitiveFiltering() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.DependencySet
Get determines whether the include/exclude patterns in this dependency set will be applied to the transitive path of a given artifact.
isVerifyOnLeave() - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.DirectoryPageSettings
Get see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.

L

LicensePageSettings - Class in com.mindtree.techworks.insight.releng.mvn.nsis.model
The description of the license page .
LicensePageSettings() - Constructor for class com.mindtree.techworks.insight.releng.mvn.nsis.model.LicensePageSettings
 
LINE_SEP - Static variable in class com.mindtree.techworks.insight.releng.mvn.nsis.velocityutil.RenderStringWithNewLine
 
LoadDefaultsAction - Class in com.mindtree.techworks.insight.releng.mvn.nsis.actions
Loads the defaults into the parsed Nsis project for use
LoadDefaultsAction() - Constructor for class com.mindtree.techworks.insight.releng.mvn.nsis.actions.LoadDefaultsAction
 
log(int, String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.velocityutil.MavenVelocityLogChute
 
log(int, String, Throwable) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.velocityutil.MavenVelocityLogChute
 

M

MavenVelocityLogChute - Class in com.mindtree.techworks.insight.releng.mvn.nsis.velocityutil
Wraps a maven Log instance and exposes it as a Velocity LogChute.
MavenVelocityLogChute(Log) - Constructor for class com.mindtree.techworks.insight.releng.mvn.nsis.velocityutil.MavenVelocityLogChute
Creates a new instance
MojoInfo - Interface in com.mindtree.techworks.insight.releng.mvn.nsis.actions
Interface used to pass plexus injected information to the actions.
MuiInstallerSettings - Class in com.mindtree.techworks.insight.releng.mvn.nsis.model
The Windows settings in use by the Modern UI installer.
MuiInstallerSettings() - Constructor for class com.mindtree.techworks.insight.releng.mvn.nsis.model.MuiInstallerSettings
 
MuiPages - Class in com.mindtree.techworks.insight.releng.mvn.nsis.model
List of MUI Pages.
MuiPages() - Constructor for class com.mindtree.techworks.insight.releng.mvn.nsis.model.MuiPages
 

N

NsisAction - Interface in com.mindtree.techworks.insight.releng.mvn.nsis.actions
A particular NsisAction used to perform the selected action.
NsisActionExecutionException - Exception in com.mindtree.techworks.insight.releng.mvn.nsis.actions
The Mojo Execution Exception
NsisActionExecutionException(Object, String, String) - Constructor for exception com.mindtree.techworks.insight.releng.mvn.nsis.actions.NsisActionExecutionException
 
NsisActionExecutionException(String, Exception) - Constructor for exception com.mindtree.techworks.insight.releng.mvn.nsis.actions.NsisActionExecutionException
 
NsisActionExecutionException(String, Throwable) - Constructor for exception com.mindtree.techworks.insight.releng.mvn.nsis.actions.NsisActionExecutionException
 
NsisActionExecutionException(String) - Constructor for exception com.mindtree.techworks.insight.releng.mvn.nsis.actions.NsisActionExecutionException
 
NsisCleanMojo - Class in com.mindtree.techworks.insight.releng.mvn.nsis.mojos
Mojo Goal to clean the NSIS temporary directory
NsisCleanMojo() - Constructor for class com.mindtree.techworks.insight.releng.mvn.nsis.mojos.NsisCleanMojo
 
NsisCompileAction - Class in com.mindtree.techworks.insight.releng.mvn.nsis.actions
Compiles the generated NSIS script.
NsisCompileAction() - Constructor for class com.mindtree.techworks.insight.releng.mvn.nsis.actions.NsisCompileAction
 
NsisCompileMojo - Class in com.mindtree.techworks.insight.releng.mvn.nsis.mojos
Generates A NSIS Installer for the project.
NsisCompileMojo() - Constructor for class com.mindtree.techworks.insight.releng.mvn.nsis.mojos.NsisCompileMojo
 
NsisCopyResourcesMojo - Class in com.mindtree.techworks.insight.releng.mvn.nsis.mojos
Copies the required resources to the temporary build directory
NsisCopyResourcesMojo() - Constructor for class com.mindtree.techworks.insight.releng.mvn.nsis.mojos.NsisCopyResourcesMojo
 
NsisDefaults - Interface in com.mindtree.techworks.insight.releng.mvn.nsis.resources
Loads the defaults for Nsis Scripts.
NsisGenerateScriptMojo - Class in com.mindtree.techworks.insight.releng.mvn.nsis.mojos
Generates the required resources
NsisGenerateScriptMojo() - Constructor for class com.mindtree.techworks.insight.releng.mvn.nsis.mojos.NsisGenerateScriptMojo
 
NSISLanguageTool - Class in com.mindtree.techworks.insight.releng.mvn.nsis.velocityutil
An NSIS tool to handle language settings for the NSIS compiler If you set the instance with a key of 'langTool', then you can check the value of references using:
NSISLanguageTool() - Constructor for class com.mindtree.techworks.insight.releng.mvn.nsis.velocityutil.NSISLanguageTool
 
NsisProject - Class in com.mindtree.techworks.insight.releng.mvn.nsis.model
The root Nsis Project.
NsisProject() - Constructor for class com.mindtree.techworks.insight.releng.mvn.nsis.model.NsisProject
 
nsisProject - Variable in class com.mindtree.techworks.insight.releng.mvn.nsis.mojos.AbstractNsisMojo
Nsis Project parsed
NsisProjectXpp3Reader - Class in com.mindtree.techworks.insight.releng.mvn.nsis.model.io.xpp3
Class NsisProjectXpp3Reader.
NsisProjectXpp3Reader() - Constructor for class com.mindtree.techworks.insight.releng.mvn.nsis.model.io.xpp3.NsisProjectXpp3Reader
 
NsisProjectXpp3Writer - Class in com.mindtree.techworks.insight.releng.mvn.nsis.model.io.xpp3
Class NsisProjectXpp3Writer.
NsisProjectXpp3Writer() - Constructor for class com.mindtree.techworks.insight.releng.mvn.nsis.model.io.xpp3.NsisProjectXpp3Writer
 
NsisScriptConstants - Interface in com.mindtree.techworks.insight.releng.mvn.nsis.actions
Constants for use in Nsis Scripts
NullTool - Class in com.mindtree.techworks.insight.releng.mvn.nsis.velocityutil
A generic tool to check for null values in velocity template.
NullTool() - Constructor for class com.mindtree.techworks.insight.releng.mvn.nsis.velocityutil.NullTool
 

O

OP_FILE_SETUP_MUI - Static variable in interface com.mindtree.techworks.insight.releng.mvn.nsis.actions.NsisScriptConstants
The output file for the final setup file

P

PathResolveTool - Class in com.mindtree.techworks.insight.releng.mvn.nsis.velocityutil
Used to resolve paths
PathResolveTool() - Constructor for class com.mindtree.techworks.insight.releng.mvn.nsis.velocityutil.PathResolveTool
 
ProjectFileReader - Interface in com.mindtree.techworks.insight.releng.mvn.nsis.io
Interface for project file reader implementations.
ProjectInfo - Class in com.mindtree.techworks.insight.releng.mvn.nsis.model
Contains the basic project information about the project.
ProjectInfo() - Constructor for class com.mindtree.techworks.insight.releng.mvn.nsis.model.ProjectInfo
 
PropertyFileNsisDefaults - Class in com.mindtree.techworks.insight.releng.mvn.nsis.resources
Loads the Nsis Default values from property files.
PropertyFileNsisDefaults() - Constructor for class com.mindtree.techworks.insight.releng.mvn.nsis.resources.PropertyFileNsisDefaults
Creates a new NSIS Defaults instance

R

read(Reader, boolean) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.io.xpp3.NsisProjectXpp3Reader
 
read(Reader) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.io.xpp3.NsisProjectXpp3Reader
 
read(InputStream, boolean) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.io.xpp3.NsisProjectXpp3Reader
Method read.
read(InputStream) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.io.xpp3.NsisProjectXpp3Reader
Method read.
readProject(File) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.io.DefaultProjectFileReader
 
readProject(File) - Method in interface com.mindtree.techworks.insight.releng.mvn.nsis.io.ProjectFileReader
Reads the project file
removeDependencySet(DependencySet) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.Section
Method removeDependencySet.
removeExclude(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.SetBase
Method removeExclude.
removeExclude(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.UnpackOptions
Method removeExclude.
removeFile(FileItem) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.Section
Method removeFile.
removeFileSet(FileSet) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.Section
Method removeFileSet.
removeInclude(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.SetBase
Method removeInclude.
removeInclude(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.UnpackOptions
Method removeInclude.
removeInInsType(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.Section
Method removeInInsType.
removeInstallType(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.InstallerSections
Method removeInstallType.
removeLicensePageSetting(LicensePageSettings) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.MuiPages
Method removeLicensePageSetting.
removeSection(Section) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.InstallerSections
Method removeSection.
removeShortcut(ShortCut) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.Section
Method removeShortcut.
render(InternalContextAdapter, Writer, Node) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.velocityutil.RenderStringWithNewLine
 
RenderStringWithNewLine - Class in com.mindtree.techworks.insight.releng.mvn.nsis.velocityutil
A simple Velocity directive to render strings with new lines.
RenderStringWithNewLine() - Constructor for class com.mindtree.techworks.insight.releng.mvn.nsis.velocityutil.RenderStringWithNewLine
 
resolve(SetBase) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.velocityutil.ResolveTool
 
resolveDependencies(DependencySet, MojoInfo) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.actions.resolver.DependencyResolver
Resolves the dependencies
ResolvedFileSet - Class in com.mindtree.techworks.insight.releng.mvn.nsis.velocityutil
Holds resolved filesets grouped by a directory
ResolvedFileSet() - Constructor for class com.mindtree.techworks.insight.releng.mvn.nsis.velocityutil.ResolvedFileSet
 
resolveForInstall(SetBase) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.velocityutil.ResolveTool
 
resolvePath(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.velocityutil.PathResolveTool
 
Resolver - Interface in com.mindtree.techworks.insight.releng.mvn.nsis.actions.resolver
Resolves the file set and other dependencies.
ResolveTool - Class in com.mindtree.techworks.insight.releng.mvn.nsis.velocityutil
Resolves paths using maven project
ResolveTool() - Constructor for class com.mindtree.techworks.insight.releng.mvn.nsis.velocityutil.ResolveTool
 
resolveUniqueInstallDirs(List, String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.velocityutil.ResolveTool
Identifies all the unique directories that have been created during installation for deletion

S

ScriptGenerationAction - Class in com.mindtree.techworks.insight.releng.mvn.nsis.actions
Uses Velocity to generate the NSIS scripts
ScriptGenerationAction() - Constructor for class com.mindtree.techworks.insight.releng.mvn.nsis.actions.ScriptGenerationAction
 
Section - Class in com.mindtree.techworks.insight.releng.mvn.nsis.model
Defines a section.
Section() - Constructor for class com.mindtree.techworks.insight.releng.mvn.nsis.model.Section
 
setAbortHeaderSubText(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.InstallationPageSettings
Set see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
setAbortHeaderText(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.InstallationPageSettings
Set see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
setAddDefaultEntities(boolean) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.io.xpp3.NsisProjectXpp3Reader
Sets the state of the "add default entities" flag.
SetBase - Class in com.mindtree.techworks.insight.releng.mvn.nsis.model
The common base for file based inclusions.
SetBase() - Constructor for class com.mindtree.techworks.insight.releng.mvn.nsis.model.SetBase
 
setBold(boolean) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.Section
Set indicates if the section is bold.
setButton(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.FinishPageSettings
Set see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
setButton(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.LicensePageSettings
Set see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
setCancelEnabled(boolean) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.FinishPageSettings
Set see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
setCheckBox(boolean) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.LicensePageSettings
Set see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
setCheckboxText(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.LicensePageSettings
Set see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
setComponentsPageSettings(ComponentsPageSettings) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.MuiPages
Set to add a newline to any of these texts, use \r\n instead of $\r$\n.
setDefaultFolder(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.StartMenuFolderPageSettings
Set see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
setDefaultInstallerLanguage(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.ProjectInfo
Set this is the language of the installer for single language installers and the default language for multi lingual installers.
setDefinition(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.FunctionDefinition
Set the function Definition.
setDependencySets(List) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.Section
Set specifies which dependencies to include in the assembly.
setDescription(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.Section
Set the descriptive name of the section.
setDescription(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.ShortCut
Set the description of the link.
setDestName(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.FileItem
Set sets the destination filename in the outputDirectory.
setDirectory(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.FileSet
Set sets the absolute or relative location from the module's directory.
setDirectory(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.velocityutil.ResolvedFileSet
 
setDirectoryMode(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.SetBase
Set similar to a UNIX permission, sets the directory mode of the directories included.
setDirectoryPageSettings(DirectoryPageSettings) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.MuiPages
Set to add a newline to any of these texts, use \r\n instead of $\r$\n.
setExcludes(List) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.SetBase
Set when <exclude> subelements are present, they define a set of files and directory to exclude.
setExcludes(List) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.UnpackOptions
Set set of patterns for matching items to be excluded from an archive as it is unpacked.
setFileMode(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.SetBase
Set similar to a UNIX permission, sets the file mode of the files included.
setFiles(List) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.Section
Set specifies which single files to include in the assembly.
setFiles(List) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.velocityutil.ResolvedFileSet
 
setFileSets(List) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.Section
Set specifies which groups of files to include in the assembly.
setFiltered(boolean) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.FileItem
Set sets whether to determine if the file is filtered.
setFiltered(boolean) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.FileSet
Set whether to filter symbols in the files as they are copied, using properties from the build configuration.
setFiltered(boolean) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.UnpackOptions
Set whether to filter symbols in the files as they are unpacked from the archive, using properties from the build configuration.
setFinishHeaderSubText(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.InstallationPageSettings
Set see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
setFinishHeaderText(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.InstallationPageSettings
Set see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
setFinishPageSettings(FinishPageSettings) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.MuiPages
Set to add a newline to any of these texts, use \r\n instead of $\r$\n.
setFunctions(Functions) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.NsisProject
Set the installer initialization and un-installer initialization functions.
setHeaderImageBmp(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.MuiInstallerSettings
Set the location of the header image being used.
setHidden(boolean) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.Section
Set indicates if the section is hidden.
setIcon(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.ShortCut
Set the icon file.
setIconIndexNumber(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.ShortCut
Set the index in a multi icon file.
setIncludes(List) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.SetBase
Set when <include> subelements are present, they define a set of files and directory to include.
setIncludes(List) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.UnpackOptions
Set set of patterns for matching items to be included from an archive as it is unpacked.
setInInsTypes(List) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.Section
Set this command specifies which install types (see InstType) the current section defaults to the enabled state in.
setInstallAppRunCheckFn(FunctionDefinition) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.Functions
Set user defined function to check if the application is running when the installer starts.
setInstallationPageSettings(InstallationPageSettings) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.MuiPages
Set to add a newline to any of these texts, use \r\n instead of $\r$\n.
setInstallDir(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.InstallerSettings
Set the default installation directory in use.
setInstallDirRegKey(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.InstallerSettings
Set the directory the installer will check for installation directory.
setInstallerIcon(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.MuiInstallerSettings
Set the installer icon.
setInstallerSettings(InstallerSettings) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.NsisProject
Set general Installer Settings.
setInstallTypes(List) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.InstallerSections
Set the install types.
setKeyboardShortcut(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.ShortCut
Set the keyboard shortcut.
setLicenseFile(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.LicensePageSettings
Set the location of the license file, should be relative to the project root or an absolute path.
setLicenseFileDestination(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.LicensePageSettings
Set the end destination of the license file.
setLicensePageSettings(List) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.MuiPages
Set the details of the license page.
setLineEnding(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.FileItem
Set sets the line-endings of the files in this file.
setLineEnding(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.FileSet
Set sets the line-endings of the files in this fileSet.
setLink(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.FinishPageSettings
Set see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
setLink(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.ShortCut
Set the link with the complete path.
setLinkColor(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.FinishPageSettings
Set see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
setLinkLocation(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.FinishPageSettings
Set see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
setModelEncoding(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.NsisProject
Set an encoding used for reading/writing the model.
setMojoInfo(MojoInfo) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.velocityutil.NSISLanguageTool
 
setMojoInfo(MojoInfo) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.velocityutil.NullTool
 
setMojoInfo(MojoInfo) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.velocityutil.PathResolveTool
 
setMojoInfo(MojoInfo) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.velocityutil.ResolveTool
 
setMojoInfo(MojoInfo) - Method in interface com.mindtree.techworks.insight.releng.mvn.nsis.velocityutil.VelocityTool
Sets the MOJO Info for the tool
setMuiInstallerSettings(MuiInstallerSettings) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.NsisProject
Set nSIS MUI Settings.
setMuiPages(MuiPages) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.NsisProject
Set the pages to display in the installer.
setMultiInstallerInstanceMessage(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.Functions
Set the message to display when more than one instance of the installer is running.
setName(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.FunctionDefinition
Set the name of the function.
setName(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.Section
Set the name of the section.
setNoDisable(boolean) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.StartMenuFolderPageSettings
Set see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
setNoRebootSupport(boolean) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.FinishPageSettings
Set see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
setOptional(boolean) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.Section
Set checks if the section is optional.
setOutFile(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.InstallerSettings
Set the output file name.
setOutputDirectory(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.SetBase
Set sets the output directory relative to the root of the root directory of the assembly.
setOutputFileNameMapping(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.DependencySet
Set sets the mapping pattern for all dependencies included in this assembly.
setOverWritePolicy(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.SetBase
Set the SetOverwrite directive policy.
setPageHeaderSubText(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.MuiPages
Set sub text to display on the header of the page.
setPageHeaderText(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.MuiPages
Set text to display on the header of the page.
setParameters(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.ShortCut
Set the parameters to pass to the target.
setPrevVerPresentPrompt(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.Functions
Set the prompt to the user when a previous version of the application is found.
setPrevVerUninstallAbortMsg(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.Functions
Set message displayed when the uninstall of the previous version is aborted by the user.
setPrevVerUninstallFailMsg(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.Functions
Set message displayed when the uninstall of the previous version fails.
setProductName(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.ProjectInfo
Set the name of the product, if not provided, defaults to the artifactId in the pom.xml.
setProductVersion(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.ProjectInfo
Set the version of the application.
setProjectInfo(ProjectInfo) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.NsisProject
Set contains the basic information about the project to create the root level information.
setPublisher(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.ProjectInfo
Set the publisher of the application, if not provided, defaults to the organization/name from the pom.
setRadioButtons(boolean) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.LicensePageSettings
Set see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
setRadioButtonsTextAccept(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.LicensePageSettings
Set see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
setRadioButtonsTextDecline(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.LicensePageSettings
Set see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
setReadmeFile(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.ProjectInfo
Set the readme file.
setRebootLaterDefault(boolean) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.FinishPageSettings
Set see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
setRegistryKey(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.StartMenuFolderPageSettings
Set see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
setRegistryRoot(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.StartMenuFolderPageSettings
Set see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
setRegistryValueName(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.StartMenuFolderPageSettings
Set see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
setResources(List) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.resources.CopiedResources
 
setRun(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.FinishPageSettings
Set see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
setRunFunction(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.FinishPageSettings
Set see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
setRunNotChecked(boolean) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.FinishPageSettings
Set see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
setRunParameters(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.FinishPageSettings
Set see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
setRunText(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.FinishPageSettings
Set see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
setScope(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.DependencySet
Set sets the dependency scope for this dependencySet.
setScriptName(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.InstallerSettings
Set the name of the installer displayed by Windows.
setSectionName(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.resources.CopiedResources
 
setSections(List) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.InstallerSections
Set the sections in the installer.
setSections(InstallerSections) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.NsisProject
Set the sections.
setShortcuts(List) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.Section
Set the shortcuts that need to be created in this section.
setShowInstallerDetails(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.InstallerSettings
Set see http://nsis.sourceforge.net/Docs/Chapter4.html#4.8.1.34.
setShowReadme(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.FinishPageSettings
Set see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
setShowReadmeFunction(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.FinishPageSettings
Set see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
setShowReadmeNotChecked(boolean) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.FinishPageSettings
Set see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
setShowReadmeText(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.FinishPageSettings
Set see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
setShowUnInstallerDetails(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.InstallerSettings
Set see http://nsis.sourceforge.net/Docs/Chapter4.html#4.8.1.35.
setSource(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.FileItem
Set sets the absolute or relative path from the module's directory of the file to be included in the assembly.
setStartMenuFolderPageSettings(StartMenuFolderPageSettings) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.MuiPages
Set to add a newline to any of these texts, use \r\n instead of $\r$\n.
setStartOptions(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.ShortCut
Set the startup options.
setTargetFile(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.ShortCut
Set the target file that will be opened by the link.
setText(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.FinishPageSettings
Set see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
setText(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.WelcomePageSettings
Set text to display on the page.
setTextBottom(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.LicensePageSettings
Set see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
setTextCheckbox(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.StartMenuFolderPageSettings
Set see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
setTextCompList(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.ComponentsPageSettings
Set see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
setTextDescriptionInfo(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.ComponentsPageSettings
Set see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
setTextDescriptionTitle(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.ComponentsPageSettings
Set see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
setTextDestination(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.DirectoryPageSettings
Set see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
setTextInstType(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.ComponentsPageSettings
Set see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
setTextLarge(boolean) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.FinishPageSettings
Set see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
setTextLocation(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.UninstallConfirmPageSettings
Set see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
setTextReboot(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.FinishPageSettings
Set see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
setTextRebootLater(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.FinishPageSettings
Set see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
setTextRebootNow(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.FinishPageSettings
Set see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
setTextTop(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.ComponentsPageSettings
Set see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
setTextTop(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.DirectoryPageSettings
Set see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
setTextTop(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.LicensePageSettings
Set see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
setTextTop(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.StartMenuFolderPageSettings
Set see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
setTextTop(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.UninstallConfirmPageSettings
Set see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
setTitle(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.FinishPageSettings
Set see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
setTitle(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.WelcomePageSettings
Set title to display on the top of the page.
setTitle3Lines(boolean) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.FinishPageSettings
Set see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
setTitle3Lines(boolean) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.WelcomePageSettings
Set extra space for the title area.
setUninstallAppRunCheckFn(FunctionDefinition) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.Functions
Set user defined function to check if the application is running when the uninstaller starts.
setUninstallConfirmPageSettings(UninstallConfirmPageSettings) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.MuiPages
Set to add a newline to any of these texts, use \r\n instead of $\r$\n.
setUninstallConfirmPrompt(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.Functions
Set the prompt displayed to the user when the uninstaller is invoked.
setUninstallerIcon(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.InstallerSettings
Set the icon displayed on the Windows Add/Remove programs Section.
setUninstallerIcon(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.MuiInstallerSettings
Set the uninstaller icon.
setUninstallPrevVer(boolean) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.Functions
Set if set to true, the installer will try to identify and uninstall any previous version of the application.
setUninstallSuccessMsg(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.Functions
Set message displayed after successfully uninstalling the application.
setUnpack(boolean) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.DependencySet
Set if set to true, this property will unpack all dependencies into the specified output directory.
setUnpackOptions(UnpackOptions) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.DependencySet
Set allows the specification of includes and excludes, along with filtering options, for items unpacked from a dependency artifact.
setUseDefaultExcludes(boolean) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.SetBase
Set whether standard exclusion patterns, such as those matching CVS and Subversion metadata files, should be used when calculating the files affected by this set.
setUseHeaderImage(boolean) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.MuiInstallerSettings
Set flag to indicate if a configured header image is being used.
setUseMutexForInstaller(boolean) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.Functions
Set indicates if a mutex is to be used to ensure a single instance of the installer.
setUseProjectArtifact(boolean) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.DependencySet
Set determines whether the artifact produced during the current project's build should be included in this dependency set.
setUseProjectAttachments(boolean) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.DependencySet
Set determines whether the attached artifacts produced during the current project's build should be included in this dependency set.
setUseStrictFiltering(boolean) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.SetBase
Set when specified as true, any include/exclude patterns which aren't used to filter an actual artifact during assembly creation will cause the build to fail with an error.
setUseTransitiveDependencies(boolean) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.DependencySet
Set determines whether transitive dependencies will be included in the processing of the current dependency set.
setUseTransitiveFiltering(boolean) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.DependencySet
Set determines whether the include/exclude patterns in this dependency set will be applied to the transitive path of a given artifact.
setVariable(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.DirectoryPageSettings
Set see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
setVerifyOnLeave(boolean) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.DirectoryPageSettings
Set see http://nsis.sourceforge.net/Docs/Modern%20UI/Readme.html.
setWebSite(String) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.ProjectInfo
Set the product web site.
setWelcomePageSettings(WelcomePageSettings) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.MuiPages
Set to add a newline to any of these texts, use \r\n instead of $\r$\n.
ShortCut - Class in com.mindtree.techworks.insight.releng.mvn.nsis.model
Create Short Cuts.
ShortCut() - Constructor for class com.mindtree.techworks.insight.releng.mvn.nsis.model.ShortCut
 
StartMenuFolderPageSettings - Class in com.mindtree.techworks.insight.releng.mvn.nsis.model
The settings for the start menu folder selection page.
StartMenuFolderPageSettings() - Constructor for class com.mindtree.techworks.insight.releng.mvn.nsis.model.StartMenuFolderPageSettings
 

T

TEMPLATE_FUNCTIONS - Static variable in interface com.mindtree.techworks.insight.releng.mvn.nsis.actions.NsisScriptConstants
The template for generating the functions
TEMPLATE_INSTALLER_SETTINGS - Static variable in interface com.mindtree.techworks.insight.releng.mvn.nsis.actions.NsisScriptConstants
The installer settings velocity template
TEMPLATE_MUI_PAGES - Static variable in interface com.mindtree.techworks.insight.releng.mvn.nsis.actions.NsisScriptConstants
The template to use for installer pages
TEMPLATE_PROJECT_INFO - Static variable in interface com.mindtree.techworks.insight.releng.mvn.nsis.actions.NsisScriptConstants
The Velocity template for use for generating the project information
TEMPLATE_SECTIONS - Static variable in interface com.mindtree.techworks.insight.releng.mvn.nsis.actions.NsisScriptConstants
The template to process for the sections page
TEMPLATE_SETUP_MUI - Static variable in interface com.mindtree.techworks.insight.releng.mvn.nsis.actions.NsisScriptConstants
The velocity template to generate the final setup file

U

UninstallConfirmPageSettings - Class in com.mindtree.techworks.insight.releng.mvn.nsis.model
The settings about the un-install page.
UninstallConfirmPageSettings() - Constructor for class com.mindtree.techworks.insight.releng.mvn.nsis.model.UninstallConfirmPageSettings
 
UnpackOptions - Class in com.mindtree.techworks.insight.releng.mvn.nsis.model
Specifies options for including/excluding/filtering items extracted from an archive.
UnpackOptions() - Constructor for class com.mindtree.techworks.insight.releng.mvn.nsis.model.UnpackOptions
 

V

VAR_FUNCTIONS_FUNCTIONS - Static variable in interface com.mindtree.techworks.insight.releng.mvn.nsis.actions.NsisScriptConstants
The variable to pass in the functions to velocity
VAR_FUNCTIONS_MUTEX_NAME - Static variable in interface com.mindtree.techworks.insight.releng.mvn.nsis.actions.NsisScriptConstants
The variable to set the install mutex name
VAR_INSTALLER_SETTINGS_INSTALLERSETTINGS - Static variable in interface com.mindtree.techworks.insight.releng.mvn.nsis.actions.NsisScriptConstants
The installer settings variable
VAR_INSTALLER_SETTINGS_MUIINSTALLERSETTINGS - Static variable in interface com.mindtree.techworks.insight.releng.mvn.nsis.actions.NsisScriptConstants
The MUI Installer settings variable
VAR_LANG - Static variable in interface com.mindtree.techworks.insight.releng.mvn.nsis.actions.NsisScriptConstants
The language tool
VAR_MUI_PAGES_MUI_PAGES - Static variable in interface com.mindtree.techworks.insight.releng.mvn.nsis.actions.NsisScriptConstants
The variable to send the mui pages to the template
VAR_NULL - Static variable in interface com.mindtree.techworks.insight.releng.mvn.nsis.actions.NsisScriptConstants
The variable for the null tool
VAR_PATH_RESOLVE - Static variable in interface com.mindtree.techworks.insight.releng.mvn.nsis.actions.NsisScriptConstants
The variable for the path resolve tool
VAR_PROJECT_INFO_PROJECT_INFO - Static variable in interface com.mindtree.techworks.insight.releng.mvn.nsis.actions.NsisScriptConstants
The variable in use in the project infor template
VAR_RESOLVE - Static variable in interface com.mindtree.techworks.insight.releng.mvn.nsis.actions.NsisScriptConstants
The resolve tool
VAR_SECTIONS_INCLUDE_FUNCTIONS - Static variable in interface com.mindtree.techworks.insight.releng.mvn.nsis.actions.NsisScriptConstants
The variable that will contain the location of the generated functions file for inclusion in the generated sections page.
VAR_SECTIONS_INSTALLER_SECTIONS - Static variable in interface com.mindtree.techworks.insight.releng.mvn.nsis.actions.NsisScriptConstants
The variable to pass in the sections name
VAR_SETUP_MUI_INCLUDEPAGES - Static variable in interface com.mindtree.techworks.insight.releng.mvn.nsis.actions.NsisScriptConstants
The velocity variable pointing at the MUI Pages include file
VAR_SETUP_MUI_INCLUDEPROJINFO - Static variable in interface com.mindtree.techworks.insight.releng.mvn.nsis.actions.NsisScriptConstants
The velocity variable pointing at the projectinfo include file
VAR_SETUP_MUI_INCLUDESETTINGS - Static variable in interface com.mindtree.techworks.insight.releng.mvn.nsis.actions.NsisScriptConstants
The velocity variable pointing at the installer settings include file
VAR_SETUP_SECTIONS - Static variable in interface com.mindtree.techworks.insight.releng.mvn.nsis.actions.NsisScriptConstants
The velocity variable pointing at the sections include file
VelocityTool - Interface in com.mindtree.techworks.insight.releng.mvn.nsis.velocityutil
The velocity tool interface used for plexus injection

W

WelcomePageSettings - Class in com.mindtree.techworks.insight.releng.mvn.nsis.model
To add a newline to any of these texts, use \r\n instead of $\r$\n .
WelcomePageSettings() - Constructor for class com.mindtree.techworks.insight.releng.mvn.nsis.model.WelcomePageSettings
 
write(Writer, NsisProject) - Method in class com.mindtree.techworks.insight.releng.mvn.nsis.model.io.xpp3.NsisProjectXpp3Writer
Method write.

A C D E F G I L M N O P R S T U V W

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