Class AbstractCompilerMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
com.github.wix_maven.AbstractWixMojo
com.github.wix_maven.AbstractCompilerMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
Direct Known Subclasses:
CandleMojo, WixprojMojo

public abstract class AbstractCompilerMojo extends AbstractWixMojo
  • Constructor Details

    • AbstractCompilerMojo

      public AbstractCompilerMojo()
  • Method Details

    • addDefinition

      protected abstract void addDefinition(String def)
    • addResource

      protected void addResource(File resUnpackDirectory, org.apache.maven.artifact.Artifact wixRes) throws org.apache.maven.plugin.MojoExecutionException
      Throws:
      org.apache.maven.plugin.MojoExecutionException
    • getNARDependencySets

      protected Set<org.apache.maven.artifact.Artifact> getNARDependencySets() throws org.apache.maven.plugin.MojoExecutionException
      Throws:
      org.apache.maven.plugin.MojoExecutionException
    • addWixDefines

      protected void addWixDefines() throws org.apache.maven.plugin.MojoExecutionException
      Throws:
      org.apache.maven.plugin.MojoExecutionException
    • addHarvestDefines

      protected void addHarvestDefines() throws org.apache.maven.plugin.MojoExecutionException
      Throws:
      org.apache.maven.plugin.MojoExecutionException
    • addHarvestDefine

      protected void addHarvestDefine(String prefix, File folderOrFile)
    • addJARDefines

      protected void addJARDefines() throws org.apache.maven.plugin.MojoExecutionException
      Throws:
      org.apache.maven.plugin.MojoExecutionException
    • addNARDefines

      protected void addNARDefines() throws org.apache.maven.plugin.MojoExecutionException
      Throws:
      org.apache.maven.plugin.MojoExecutionException
    • addNPANDAYDefines

      protected void addNPANDAYDefines() throws org.apache.maven.plugin.MojoExecutionException
      Throws:
      org.apache.maven.plugin.MojoExecutionException
    • defineRepoFile

      protected String defineRepoFile(File toTrim)
    • defineWixUnpackFile

      protected String defineWixUnpackFile(File toTrim)