Package com.github.wix_maven
Class WixInfo
java.lang.Object
com.github.wix_maven.WixInfo
- Author:
- Mark Donszelmann
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanfinal StringgetACProperty(String key, String defaultValue, String arch, String culture) final StringgetCultures list recorded for this wix object If no cultures are listed, then null result representing default neutral.final Stringfinal Stringfinal StringgetProperty(String key, String defaultValue) final voidfinal voidsetCulture(String value) final voidsetPlatform(String value) final StringtoString()final voidwriteToPath(String path)
-
Field Details
-
PROPERTIES
- See Also:
-
-
Constructor Details
-
WixInfo
public WixInfo(String groupId, String artifactId, String version) throws org.apache.maven.plugin.MojoExecutionException - Throws:
org.apache.maven.plugin.MojoExecutionException
-
WixInfo
public WixInfo(String groupId, String artifactId, String version, File propertiesFile) throws org.apache.maven.plugin.MojoExecutionException - Throws:
org.apache.maven.plugin.MojoExecutionException
-
-
Method Details
-
toString
-
exists
-
read
- Throws:
IOException
-
getProperties
-
writeToPath
- Throws:
IOException
-
getCulture
getCultures list recorded for this wix object If no cultures are listed, then null result representing default neutral.- Returns:
- culture csv
-
setCulture
-
getPlatform
-
setPlatform
-
getProperty
-
getACProperty
-