Index

A B C D E F G H I L M N O P R S T U V W Z 
All Classes and Interfaces|All Packages|Constant Field Values

A

AbstractCompilerMojo - Class in com.github.wix_maven
 
AbstractCompilerMojo() - Constructor for class com.github.wix_maven.AbstractCompilerMojo
 
AbstractInsigniaMojo - Class in com.github.wix_maven
Abstract Goal which executes WiX Insignia for
inscribing an MSI with the digital signatures that its external CABs are signed with. detach/reattach burn engine from bundle
AbstractInsigniaMojo() - Constructor for class com.github.wix_maven.AbstractInsigniaMojo
 
AbstractLinker - Class in com.github.wix_maven
 
AbstractLinker() - Constructor for class com.github.wix_maven.AbstractLinker
 
AbstractPackageable - Class in com.github.wix_maven
 
AbstractPackageable() - Constructor for class com.github.wix_maven.AbstractPackageable
 
AbstractTorchMojo - Class in com.github.wix_maven
Abstract Goal which executes WiX torch to create diff files - mst, wixmst
AbstractTorchMojo() - Constructor for class com.github.wix_maven.AbstractTorchMojo
 
AbstractWixMojo - Class in com.github.wix_maven
 
AbstractWixMojo() - Constructor for class com.github.wix_maven.AbstractWixMojo
 
addDefinition(String) - Method in class com.github.wix_maven.AbstractCompilerMojo
 
addDefinition(String) - Method in class com.github.wix_maven.CandleMojo
 
addDefinition(String) - Method in class com.github.wix_maven.WixprojMojo
 
addDefinitionBase(Text, String) - Method in class com.github.wix_maven.WixprojMojo
 
addDefinitionX64(String) - Method in class com.github.wix_maven.WixprojMojo
 
addDefinitionX86(String) - Method in class com.github.wix_maven.WixprojMojo
 
addExtension(Commandline, String) - Method in class com.github.wix_maven.AbstractWixMojo
 
addExtension(Commandline, String) - Method in class com.github.wix_maven.WixprojMojo
 
addExtensions(Commandline, Set<Artifact>, Set<String>) - Method in interface com.github.wix_maven.WixToolsetCommandBuilder
Append WiX extension references to the command line.
addExtensions(Commandline, Set<Artifact>, Set<String>) - Method in class com.github.wix_maven.WixV3CommandBuilder
 
addExtensions(Commandline, Set<Artifact>, Set<String>) - Method in class com.github.wix_maven.WixV4CommandBuilder
 
addGeneralOptions(Commandline, boolean, Set<String>, Set<String>) - Method in interface com.github.wix_maven.WixToolsetCommandBuilder
Append general toolset options to the command line.
addGeneralOptions(Commandline, boolean, Set<String>, Set<String>) - Method in class com.github.wix_maven.WixV3CommandBuilder
 
addGeneralOptions(Commandline, boolean, Set<String>, Set<String>) - Method in class com.github.wix_maven.WixV4CommandBuilder
 
addHarvestDefine(String, File) - Method in class com.github.wix_maven.AbstractCompilerMojo
 
addHarvestDefines() - Method in class com.github.wix_maven.AbstractCompilerMojo
 
addJARDefines() - Method in class com.github.wix_maven.AbstractCompilerMojo
 
addLib(Artifact, Text, String) - Method in class com.github.wix_maven.WixprojMojo
 
addLinkPath(String, String) - Method in class com.github.wix_maven.WixprojMojo
 
addNARDefines() - Method in class com.github.wix_maven.AbstractCompilerMojo
 
addNPANDAYDefines() - Method in class com.github.wix_maven.AbstractCompilerMojo
 
addOptions(Commandline, Set<String>) - Method in class com.github.wix_maven.AbstractLinker
 
addOtherOptions(Commandline) - Method in class com.github.wix_maven.AbstractLinker
 
addOtherOptions(Commandline) - Method in class com.github.wix_maven.CandleMojo
 
addOtherOptions(Commandline) - Method in class com.github.wix_maven.PatchMojo
 
addResource(File, Artifact) - Method in class com.github.wix_maven.AbstractCompilerMojo
 
addResource(File, Artifact) - Method in class com.github.wix_maven.WixprojMojo
 
addToolsetGeneralOptions(Commandline) - Method in class com.github.wix_maven.AbstractWixMojo
 
addToolsetOptions(Commandline) - Method in class com.github.wix_maven.HarvestMojo
 
addTorchOptions(Commandline) - Method in class com.github.wix_maven.AbstractTorchMojo
 
addValidationOptions(Commandline) - Method in class com.github.wix_maven.AbstractTorchMojo
 
addValidationOptions(Commandline) - Method in class com.github.wix_maven.LightMojo
 
addValidationOptions(Commandline) - Method in class com.github.wix_maven.PatchMojo
 
addValidationOptions(Commandline) - Method in class com.github.wix_maven.TransformMojo
 
addWixDefines() - Method in class com.github.wix_maven.AbstractCompilerMojo
 
addWixExtensions(Commandline) - Method in class com.github.wix_maven.AbstractWixMojo
 
alternateCulturespecs() - Method in class com.github.wix_maven.AbstractPackageable
 
ArtifactItem - Class in com.github.wix_maven
ArtifactItem represents information specified in the plugin configuration section for each artifact.
ArtifactItem() - Constructor for class com.github.wix_maven.ArtifactItem
 
asSortedList(Collection<T>) - Static method in class com.github.wix_maven.AbstractLinker
 
AttachBundleEngineMojo - Class in com.github.wix_maven
Attach the (signed) bundle engine back to the bundle.
AttachBundleEngineMojo() - Constructor for class com.github.wix_maven.AttachBundleEngineMojo
 

B

baseCulturespec() - Method in class com.github.wix_maven.AbstractPackageable
 
baseline - Variable in class com.github.wix_maven.PatchMojo
Baseline id...
bundleEngineName - Variable in class com.github.wix_maven.AbstractInsigniaMojo
TODO: merge with above once it is a pattern so no need for seperate filename The file name for detach/attach of the bundle engine.
bundleEnginePath - Variable in class com.github.wix_maven.AbstractInsigniaMojo
TODO: make this a pattern so no need for seperate filename The file path for detach/attach of the bundle engine.

C

cabCacheDirectory - Variable in class com.github.wix_maven.AbstractPackageable
The cab cache directory (-cc) only added to light if reuseCab is enabled
- will have ${arch} appended
TODO: make this a formatted item so user can choose to add arch or not
CandleMojo - Class in com.github.wix_maven
Goal which executes WiX candle to create a .wixobj file.
CandleMojo() - Constructor for class com.github.wix_maven.CandleMojo
 
cleanupFileBasedResources() - Method in class com.github.wix_maven.AbstractWixMojo
 
com.github.wix_maven - package com.github.wix_maven
 
compile(File, String, String) - Method in class com.github.wix_maven.CandleMojo
 
compilePerLocale - Variable in class com.github.wix_maven.AbstractWixMojo
Wix generates Id's during compilation, in some cases it is necessary to get unique id's for each locale.
createCommonResponseFile() - Method in class com.github.wix_maven.CandleMojo
 
culturespecs() - Method in class com.github.wix_maven.AbstractWixMojo
 

D

defaultLocale() - Method in class com.github.wix_maven.AbstractPackageable
 
defineRepoFile(File) - Method in class com.github.wix_maven.AbstractCompilerMojo
 
defineWixUnpackFile(File) - Method in class com.github.wix_maven.AbstractCompilerMojo
 
DetachBundleEngineMojo - Class in com.github.wix_maven
Detach the bundle engine from the bundle for signing.
DetachBundleEngineMojo() - Constructor for class com.github.wix_maven.DetachBundleEngineMojo
 
detect(String) - Static method in enum class com.github.wix_maven.WixToolsetVersion
Detect the toolset version from the Maven artifact id used for the tools package.

E

execute() - Method in class com.github.wix_maven.AbstractLinker
 
execute() - Method in class com.github.wix_maven.AttachBundleEngineMojo
 
execute() - Method in class com.github.wix_maven.CandleMojo
 
execute() - Method in class com.github.wix_maven.DetachBundleEngineMojo
 
execute() - Method in class com.github.wix_maven.HarvestMojo
 
execute() - Method in class com.github.wix_maven.InscribeMojo
TODO: Indicate if the msi/msp should be inscribed with signatures from cabs in the cab cache
execute() - Method in class com.github.wix_maven.PackageMojo
 
execute() - Method in class com.github.wix_maven.PatchMojo
 
execute() - Method in class com.github.wix_maven.PreparePackageMojo
 
execute() - Method in class com.github.wix_maven.SmokeMojo
 
execute() - Method in class com.github.wix_maven.ToolsetMojo
 
execute() - Method in class com.github.wix_maven.TransformMojo
 
execute() - Method in class com.github.wix_maven.UnpackDependenciesMojo
Perform the Mojo action of getting dependencies and unpacking them.
execute() - Method in class com.github.wix_maven.ValidateMojo
 
execute() - Method in class com.github.wix_maven.WixprojMojo
 
exists(JarFile) - Method in class com.github.wix_maven.WixInfo
 
externalCabs - Variable in class com.github.wix_maven.AbstractPackageable
The names of cabs that are not embedded Comma separated value.

F

fileSourceRoots - Variable in class com.github.wix_maven.AbstractLinker
Specify a base paths to locate all files.
findToolsArtifact(String, String, String, String) - Method in class com.github.wix_maven.AbstractWixMojo
 
findToolsArtifacts() - Method in class com.github.wix_maven.AbstractWixMojo
 

G

generateBinderVariables - Variable in class com.github.wix_maven.HarvestMojo
Generate binder variables (true) instead of preprocessor variables (false).
generateComponentGUIDs - Variable in class com.github.wix_maven.HarvestMojo
Generate Component GUID now during heat (true) [-gg] or later during link (false) [autogenerate -ag]
generateGUIDBrackets - Variable in class com.github.wix_maven.HarvestMojo
Generate component guids curly braces.
generateHarvestSourceVarName - Variable in class com.github.wix_maven.HarvestMojo
Generate harvestSourceVar based on harvest id
getACProperty(String, String, String, String) - Method in class com.github.wix_maven.WixInfo
 
getArchIntDirectory(String, String) - Method in class com.github.wix_maven.AbstractWixMojo
 
getArtifactId() - Method in class com.github.wix_maven.ArtifactItem
 
getCommandBuilder() - Method in class com.github.wix_maven.AbstractWixMojo
Return the WixToolsetCommandBuilder appropriate for the detected toolset version.
getCulture() - Method in class com.github.wix_maven.WixInfo
getCultures list recorded for this wix object If no cultures are listed, then null result representing default neutral.
getDependencySets() - Method in class com.github.wix_maven.PatchMojo
 
getExcludes() - Method in class com.github.wix_maven.AbstractLinker
 
getExcludes() - Method in class com.github.wix_maven.CandleMojo
 
getExcludes() - Method in class com.github.wix_maven.UnpackDependenciesMojo
 
getExtDependencySets() - Method in class com.github.wix_maven.AbstractWixMojo
 
getExternalCabs() - Method in class com.github.wix_maven.AbstractPackageable
 
getGroupId() - Method in class com.github.wix_maven.ArtifactItem
 
getIncludes() - Method in class com.github.wix_maven.AbstractLinker
Return include filters for intermediate object inputs.
getIncludes() - Method in class com.github.wix_maven.CandleMojo
 
getIncludes() - Method in class com.github.wix_maven.UnpackDependenciesMojo
 
getJARDependencySets() - Method in class com.github.wix_maven.AbstractWixMojo
 
getJARDependencySets(Artifact) - Method in class com.github.wix_maven.PatchMojo
 
getLocaleExcludes() - Method in class com.github.wix_maven.AbstractLinker
 
getLocaleIncludes() - Method in class com.github.wix_maven.AbstractLinker
 
getLocales() - Method in class com.github.wix_maven.AbstractWixMojo
 
getNARDependencySets() - Method in class com.github.wix_maven.AbstractCompilerMojo
 
getNPANDAYDependencySets() - Method in class com.github.wix_maven.AbstractWixMojo
 
getOutput(File, String, String, String) - Method in class com.github.wix_maven.AbstractWixMojo
 
getOutput(String, String, String) - Method in class com.github.wix_maven.AbstractPackageable
 
getOutputPath(File, String, String) - Method in class com.github.wix_maven.AbstractWixMojo
 
getPackageOutputExtension() - Method in class com.github.wix_maven.AbstractPackageable
 
getPackaging() - Method in class com.github.wix_maven.AbstractPackageable
 
getPlatform() - Method in class com.github.wix_maven.WixInfo
 
getPlatforms() - Method in class com.github.wix_maven.AbstractWixMojo
 
getPrimaryCulture(String) - Static method in class com.github.wix_maven.AbstractWixMojo
 
getProperties() - Method in class com.github.wix_maven.WixInfo
 
getProperty(String, String) - Method in class com.github.wix_maven.WixInfo
 
getRelatedArtifact(ArtifactItem, String, String, String) - Method in class com.github.wix_maven.PatchMojo
Based on Maven-dependency-plugin AbstractFromConfigurationMojo.
getRelatedArtifactFiles(Artifact) - Method in class com.github.wix_maven.PatchMojo
 
getRelatedArtifacts(Artifact, String, String) - Method in class com.github.wix_maven.AbstractWixMojo
Based on Maven-dependency-plugin AbstractFromConfigurationMojo.
getRelative(File) - Method in class com.github.wix_maven.AbstractWixMojo
 
getRelativePath(String, File) - Static method in class com.github.wix_maven.AbstractWixMojo
Returns a relative path for the targetFile relative to the base directory.
getToolSubdirectory() - Method in interface com.github.wix_maven.WixToolsetCommandBuilder
The subdirectory inside the unpacked tools archive that contains the WiX executables.
getToolSubdirectory() - Method in class com.github.wix_maven.WixV3CommandBuilder
 
getToolSubdirectory() - Method in class com.github.wix_maven.WixV4CommandBuilder
 
getType() - Method in class com.github.wix_maven.ArtifactItem
 
getVersion() - Method in class com.github.wix_maven.ArtifactItem
 
getWixDependencySets() - Method in class com.github.wix_maven.AbstractWixMojo
 
getWixVersion() - Method in class com.github.wix_maven.AbstractWixMojo
Detect and return the WiX toolset version in use.

H

harvestInputDirectory - Variable in class com.github.wix_maven.AbstractWixMojo
Harvest input sources directory
harvestKeepEmpty - Variable in class com.github.wix_maven.HarvestMojo
Keep empty directories.
HarvestMojo - Class in com.github.wix_maven
Generates WiX authoring from various input formats.
HarvestMojo() - Constructor for class com.github.wix_maven.HarvestMojo
 
harvestSuppressRegistryHarvesting - Variable in class com.github.wix_maven.HarvestMojo
Suppress registry harvesting.
harvestSuppressRootDirectoryElement - Variable in class com.github.wix_maven.HarvestMojo
Suppress harvesting the root directory as an element.
harvestSuppressUniqueIdentifiers - Variable in class com.github.wix_maven.HarvestMojo
Suppress unique identifiers for files, components, and directories.
harvestTemplate - Variable in class com.github.wix_maven.HarvestMojo
Use template, [-template] one of: fragment module product
heat(Commandline) - Method in class com.github.wix_maven.HarvestMojo
 
HT_DIR - Static variable in class com.github.wix_maven.HarvestMojo
 
HT_FILE - Static variable in class com.github.wix_maven.HarvestMojo
 
HT_PERFORMANCE - Static variable in class com.github.wix_maven.HarvestMojo
 
HT_PROJECT - Static variable in class com.github.wix_maven.HarvestMojo
 
HT_REGISTRY - Static variable in class com.github.wix_maven.HarvestMojo
 
HT_WEBSITE - Static variable in class com.github.wix_maven.HarvestMojo
 

I

InscribeMojo - Class in com.github.wix_maven
Using insignia tool to inscribe each msi with signature details of external cabs ie.
InscribeMojo() - Constructor for class com.github.wix_maven.InscribeMojo
 
inscribePackage - Variable in class com.github.wix_maven.InscribeMojo
Indicate if the msi/msp cabs will be signed and so should be inscribed with signatures.
insignia(File) - Method in class com.github.wix_maven.AbstractInsigniaMojo
Prepare basic insignia command line
insignia(Commandline) - Method in class com.github.wix_maven.AbstractInsigniaMojo
Execute the given command line parsing output for torch comments
intDirectory - Variable in class com.github.wix_maven.AbstractWixMojo
Intermediate directory - will have ${arch} appended - may have ${locale} appended, when using compilePerLocale
isUnifiedBuild() - Method in interface com.github.wix_maven.WixToolsetCommandBuilder
Whether this toolset version uses a unified compile+link command (v4) rather than separate candle and light invocations (v3).
isUnifiedBuild() - Method in class com.github.wix_maven.WixV3CommandBuilder
 
isUnifiedBuild() - Method in class com.github.wix_maven.WixV4CommandBuilder
 

L

languages() - Method in class com.github.wix_maven.AbstractPackageable
 
LightMojo - Class in com.github.wix_maven
Goal which executes WiX light to create a .msi file.
LightMojo() - Constructor for class com.github.wix_maven.LightMojo
 
link(Commandline) - Method in class com.github.wix_maven.AbstractLinker
 
LitMojo - Class in com.github.wix_maven
Goal which executes WiX lit to create a .wixlib file.
LitMojo() - Constructor for class com.github.wix_maven.LitMojo
 
localeList - Variable in class com.github.wix_maven.AbstractWixMojo
A locale is a language id + a culture specification each culture specification can contain a semicolon (;) separated list of cultures, this is an ordered list to fall back.

M

mavenProjectBuilder - Variable in class com.github.wix_maven.PatchMojo
Project builder -- builds a model from a pom.xml
mergeLevel - Variable in class com.github.wix_maven.AbstractPackageable
How to build the msi(s) base - base culture msi only default - each culture as full msi trans - default + transforms & cabs for each additional culture repack - trans + the additional culture (transform+cab) packed into 1 msi note: first culture listed is base
ML_BASE - Variable in class com.github.wix_maven.AbstractPackageable
 
ML_DEFAULT - Variable in class com.github.wix_maven.AbstractPackageable
 
ML_REPACK - Variable in class com.github.wix_maven.AbstractPackageable
 
ML_TRANSFORM - Variable in class com.github.wix_maven.AbstractPackageable
 
multiHeat(File, String, File) - Method in class com.github.wix_maven.HarvestMojo
 
multilink(File) - Method in class com.github.wix_maven.AbstractLinker
 
multilink(File) - Method in class com.github.wix_maven.LightMojo
 
multilink(File) - Method in class com.github.wix_maven.LitMojo
 
multiSmoke(File) - Method in class com.github.wix_maven.SmokeMojo
 

N

narUnpackDirectory - Variable in class com.github.wix_maven.AbstractPackageable
Target directory for Nar file unpacking.
narUnpackDirectory - Variable in class com.github.wix_maven.WixprojMojo
Target directory for Nar file unpacking.

O

outputDirectory - Variable in class com.github.wix_maven.AbstractPackageable
Output directory
in future may have 'configuration' appended (default to Release, but not appended yet) will have ${arch} appended may also have ${culture} appended

P

PACK_BUNDLE - Variable in class com.github.wix_maven.AbstractWixMojo
 
PACK_INSTALL - Variable in class com.github.wix_maven.AbstractWixMojo
 
PACK_LIB - Variable in class com.github.wix_maven.AbstractWixMojo
 
PACK_MERGE - Variable in class com.github.wix_maven.AbstractWixMojo
 
PACK_MSIX - Variable in class com.github.wix_maven.AbstractWixMojo
 
PACK_PATCH - Variable in class com.github.wix_maven.AbstractWixMojo
 
PackageMojo - Class in com.github.wix_maven
Jars up the files associated with the msi/installbundle such as cabs.
PackageMojo() - Constructor for class com.github.wix_maven.PackageMojo
 
packaging - Variable in class com.github.wix_maven.AbstractWixMojo
The output type: msi - Windows installer msm - Merge Module wixlib - Wix library msp - Windows patch bundle - wix bootstrapper
packLevel - Variable in class com.github.wix_maven.AbstractPackageable
What of the steps should be packaged default - step output (msi/msp/mst/repack) wixpdb - the wixpdbs for all cultures mst - the mst (ie.
PatchMojo - Class in com.github.wix_maven
Goal which executes WiX torch & pyro to create msp files.
PatchMojo() - Constructor for class com.github.wix_maven.PatchMojo
 
PL_CACHED_CAB - Variable in class com.github.wix_maven.AbstractPackageable
 
PL_CULTURE_CAB - Variable in class com.github.wix_maven.AbstractPackageable
 
PL_DEFAULT - Variable in class com.github.wix_maven.AbstractPackageable
 
PL_MST - Variable in class com.github.wix_maven.AbstractPackageable
 
PL_PACKAGE - Variable in class com.github.wix_maven.AbstractPackageable
 
PL_TRANS_CAB - Variable in class com.github.wix_maven.AbstractPackageable
 
PL_WIXPDB - Variable in class com.github.wix_maven.AbstractPackageable
 
PreparePackageMojo - Class in com.github.wix_maven
Create meta about this build for dependency inclusion.
PreparePackageMojo() - Constructor for class com.github.wix_maven.PreparePackageMojo
 
project - Variable in class com.github.wix_maven.AbstractWixMojo
The Project
PROPERTIES - Static variable in class com.github.wix_maven.WixInfo
 
pyro(File, File, Map<String, File>, File) - Method in class com.github.wix_maven.PatchMojo
Prepare and execute the Uber pyro commandline
pyro(File, Artifact, Artifact, String, File, File, File) - Method in class com.github.wix_maven.PatchMojo
Prepare and execute pyro commandline tool
pyro(Commandline) - Method in class com.github.wix_maven.PatchMojo
Execute the given command line parsing output for pyro comments

R

reactorProjects - Variable in class com.github.wix_maven.AbstractWixMojo
To search for artifacts within the reactor and ensure consistent behaviour between Maven 2 and Maven 3.
read(JarFile) - Method in class com.github.wix_maven.WixInfo
 
relativeBase - Variable in class com.github.wix_maven.AbstractWixMojo
A relative base path to shorten command line references to files in the project.
remoteArtifactRepositories - Variable in class com.github.wix_maven.AbstractWixMojo
Remote repositories which will be searched for attachments.
remoteRepos - Variable in class com.github.wix_maven.AbstractWixMojo
The project's remote repositories to use for the resolution.
reportDirectory - Variable in class com.github.wix_maven.SmokeMojo
Where to store the results as an xml report.
repoSession - Variable in class com.github.wix_maven.AbstractWixMojo
The current repository/network configuration of Maven.
repoSystem - Variable in class com.github.wix_maven.AbstractWixMojo
The entry point to Aether, i.e.
resolveArtifact(String, String, String, Set<Artifact>, VersionRange, String) - Method in class com.github.wix_maven.AbstractWixMojo
 
resolveArtifact(Artifact) - Method in class com.github.wix_maven.AbstractWixMojo
 
resolveArtifactDependencies(Artifact) - Method in class com.github.wix_maven.PatchMojo
This method resolves all transitive dependencies of an artifact.
resolveToolExecutable(File, String) - Method in interface com.github.wix_maven.WixToolsetCommandBuilder
Resolve the absolute path to a named WiX tool executable.
resolveToolExecutable(File, String) - Method in class com.github.wix_maven.WixV3CommandBuilder
 
resolveToolExecutable(File, String) - Method in class com.github.wix_maven.WixV4CommandBuilder
 
resourceDirectory - Variable in class com.github.wix_maven.AbstractLinker
The directory to scan for wix files.
RESPONSE_FILE_NAME - Static variable in class com.github.wix_maven.CandleMojo
The name of the response file.

S

setArtifactId(String) - Method in class com.github.wix_maven.ArtifactItem
 
setCulture(String) - Method in class com.github.wix_maven.WixInfo
 
setExcludes(String) - Method in class com.github.wix_maven.UnpackDependenciesMojo
 
setGroupId(String) - Method in class com.github.wix_maven.ArtifactItem
 
setIncludes(String) - Method in class com.github.wix_maven.UnpackDependenciesMojo
 
setLocales(String) - Method in class com.github.wix_maven.AbstractWixMojo
 
setPlatform(String) - Method in class com.github.wix_maven.WixInfo
 
setPlatforms(Set<String>) - Method in class com.github.wix_maven.AbstractWixMojo
 
setType(String) - Method in class com.github.wix_maven.ArtifactItem
 
setVersion(String) - Method in class com.github.wix_maven.ArtifactItem
 
signBundleEngine - Variable in class com.github.wix_maven.AbstractInsigniaMojo
Indicate if the bundleEngine should be detached for signing, and re attached.
skip - Variable in class com.github.wix_maven.AbstractWixMojo
Skip running of all wix plugin goals altogether.
skipTests - Variable in class com.github.wix_maven.SmokeMojo
Skip running of smoke goal.
smoke(Commandline) - Method in class com.github.wix_maven.SmokeMojo
 
SmokeMojo - Class in com.github.wix_maven
Smoke to perform 'unit' testing of msi/msp Smoke runs ICE similar to light, this goal allows a seperate execution from the linker step.
SmokeMojo() - Constructor for class com.github.wix_maven.SmokeMojo
 
staleMillis - Variable in class com.github.wix_maven.CandleMojo
The granularity in milliseconds of the last modification date for testing whether a source needs re-compilation
suppress - Variable in class com.github.wix_maven.AbstractWixMojo
Suppress [-s] com suppress COM elements frag suppress fragments rd suppress harvesting the root directory as an element reg suppress registry harvesting uid suppress unique identifiers for files, components and directories vb6 suppress VB6 COM elements w<N> suppress all warnings or a specific message ID (example: w1011 w1012)

T

testFailureIgnore - Variable in class com.github.wix_maven.SmokeMojo
Set this to "true" to ignore a failure during testing.
timestampDirectory - Variable in class com.github.wix_maven.CandleMojo
The directory to store the time-stamp file for the processed aid files.
timestampFile - Variable in class com.github.wix_maven.CandleMojo
Set this value if you wish to have a single timestamp file to track changes rather than cxx,hxx comparison.
The time-stamp file for the processed xsd files.
toolDirectory - Variable in class com.github.wix_maven.AbstractWixMojo
Where to unpack the wix tools TODO: might need to do something about including tools version in path, or manage the unpacking more cleanly
toolDirectoryOverwrite - Variable in class com.github.wix_maven.AbstractWixMojo
When to unpack the wix tools.
ToolsetMojo - Class in com.github.wix_maven
Goal to initialize the workspace with wix toolset.
ToolsetMojo() - Constructor for class com.github.wix_maven.ToolsetMojo
 
toolsPluginArtifactId - Variable in class com.github.wix_maven.AbstractWixMojo
Artifact id of the toolset jar to unpack.
torch(File, File, File, File) - Method in class com.github.wix_maven.AbstractTorchMojo
Prepare and execute torch command line tool
torch(Commandline) - Method in class com.github.wix_maven.AbstractTorchMojo
Execute the given command line parsing output for torch comments
torchOutputExtension() - Method in class com.github.wix_maven.AbstractTorchMojo
 
torchOutputExtension() - Method in class com.github.wix_maven.PatchMojo
 
torchOutputExtension() - Method in class com.github.wix_maven.TransformMojo
 
toString() - Method in class com.github.wix_maven.WixInfo
 
TransformMojo - Class in com.github.wix_maven
Goal which executes WiX torch to create diff files - mst, cab
TransformMojo() - Constructor for class com.github.wix_maven.TransformMojo
 

U

UnpackDependenciesMojo - Class in com.github.wix_maven
Goal that unpacks the project dependencies from the repository to a defined location.
UnpackDependenciesMojo() - Constructor for class com.github.wix_maven.UnpackDependenciesMojo
 
unpackDirectory - Variable in class com.github.wix_maven.AbstractWixMojo
Unpack directory for dependent wix objects
unpackFileBasedResources() - Method in class com.github.wix_maven.AbstractWixMojo
 
updateVSProj - Variable in class com.github.wix_maven.WixprojMojo
The directory to store the time-stamp file for the processed aid files.
useNamedBindPath - Variable in class com.github.wix_maven.WixprojMojo
Do the binds need to be named for matching during patching.

V

V3 - Enum constant in enum class com.github.wix_maven.WixToolsetVersion
WiX Toolset v3 – separate executables: candle.exe, light.exe, etc.
V4_PLUS - Enum constant in enum class com.github.wix_maven.WixToolsetVersion
WiX Toolset v4 or later – unified wix.exe CLI with subcommands.
validate - Variable in class com.github.wix_maven.AbstractWixMojo
Should validation be run, and when.
validateAllCultures - Variable in class com.github.wix_maven.SmokeMojo
Run smoke on installers created for all cultures.
ValidateMojo - Class in com.github.wix_maven
Goal to validate the configuration
ValidateMojo() - Constructor for class com.github.wix_maven.ValidateMojo
 
validateTool() - Method in class com.github.wix_maven.AbstractInsigniaMojo
 
validateTool() - Method in class com.github.wix_maven.AbstractTorchMojo
 
validationLogFile - Variable in class com.github.wix_maven.SmokeMojo
Where to store the validation log file.
valueOf(String) - Static method in enum class com.github.wix_maven.WixToolsetVersion
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.github.wix_maven.WixToolsetVersion
Returns an array containing the constants of this enum class, in the order they are declared.
verbose - Variable in class com.github.wix_maven.AbstractWixMojo
Show additional info such as the wix toolset logo
vsprojTarget - Variable in class com.github.wix_maven.WixprojMojo
The file to store vsproj settings for maven dependencies.

W

warn - Variable in class com.github.wix_maven.AbstractWixMojo
Treat specific warning messages as errors [-w] x<N> suppress a specific message ID (example: x1011 x1012)
wixExtensions - Variable in class com.github.wix_maven.AbstractWixMojo
v4-style NuGet extension names to pass as -ext <name> on the WiX v4+ unified CLI.
WixInfo - Class in com.github.wix_maven
 
WixInfo(String, String, String) - Constructor for class com.github.wix_maven.WixInfo
 
WixInfo(String, String, String, File) - Constructor for class com.github.wix_maven.WixInfo
 
WixprojMojo - Class in com.github.wix_maven
Goal which executes WiX candle to create a .wixobj file.
WixprojMojo() - Constructor for class com.github.wix_maven.WixprojMojo
 
WixToolsetCommandBuilder - Interface in com.github.wix_maven
Strategy interface that encapsulates WiX toolset version-specific CLI construction.
WixToolsetVersion - Enum Class in com.github.wix_maven
Represents the WiX Toolset version family in use.
wixUnpackDirectory(Artifact) - Method in class com.github.wix_maven.AbstractWixMojo
 
WixV3CommandBuilder - Class in com.github.wix_maven
WixToolsetCommandBuilder implementation for WiX Toolset v3.
WixV3CommandBuilder() - Constructor for class com.github.wix_maven.WixV3CommandBuilder
 
WixV4CommandBuilder - Class in com.github.wix_maven
WixToolsetCommandBuilder implementation for WiX Toolset v4 and later.
WixV4CommandBuilder() - Constructor for class com.github.wix_maven.WixV4CommandBuilder
 
writeToPath(String) - Method in class com.github.wix_maven.WixInfo
 
wxlInputDirectory - Variable in class com.github.wix_maven.AbstractLinker
The directory to scan for localisation (.wxl) files.
wxsGeneratedDirectory - Variable in class com.github.wix_maven.AbstractWixMojo
Generated sources directory
wxsInputDirectory - Variable in class com.github.wix_maven.AbstractWixMojo
The directory to scan for wix files.

Z

zipUnArchiver - Variable in class com.github.wix_maven.AbstractWixMojo
The Zip archiver.
A B C D E F G H I L M N O P R S T U V W Z 
All Classes and Interfaces|All Packages|Constant Field Values