installtoolkit.wix
Class LightTask

java.lang.Object
  extended by Task
      extended by installtoolkit.wix.WixTask
          extended by installtoolkit.wix.LightTask

public class LightTask
extends WixTask

Task to wrap light.exe from the WiX toolkit.

Author:
Christian Elberfeld

Field Summary
 
Fields inherited from class installtoolkit.wix.WixTask
debug, env, files, newenvironment, novalidate, showlogo, smalltables, verboselevel, warnaserror, warnlevel, wixdir, workdir
 
Constructor Summary
LightTask()
           
 
Method Summary
 Path createLocalisation()
          WiX localisation files to use
protected  void fillCommandLine(Commandline cmdl)
          This method must be implemented to fill additional commandline arguments
protected  java.lang.String getExeName()
          This method must be implemented in the concrete class to retirn the name of the executable.
 java.lang.String getTaskName()
           
 void setDestfile(java.io.File destfile)
          Output file
 void setXmloutput(boolean xmloutput)
          Set the xml output option
 
Methods inherited from class installtoolkit.wix.WixTask
addEnv, createFiles, execute, setDebug, setNovalidate, setSmalltables, setVerboselevel, setWarnaserror, setWarnlevel, setWixdir, setWorkdir
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LightTask

public LightTask()
Method Detail

getTaskName

public java.lang.String getTaskName()
See Also:
org.apache.tools.ant.Task#getTaskName()

getExeName

protected java.lang.String getExeName()
Description copied from class: WixTask
This method must be implemented in the concrete class to retirn the name of the executable.

Specified by:
getExeName in class WixTask
See Also:
WixTask.getExeName()

fillCommandLine

protected void fillCommandLine(Commandline cmdl)
Description copied from class: WixTask
This method must be implemented to fill additional commandline arguments

Specified by:
fillCommandLine in class WixTask
See Also:
WixTask.fillCommandLine(Commandline)

createLocalisation

public Path createLocalisation()
WiX localisation files to use


setDestfile

public void setDestfile(java.io.File destfile)
Output file


setXmloutput

public void setXmloutput(boolean xmloutput)
Set the xml output option

Parameters:
xmloutput -


Copyright 2006-2006 null. All Rights Reserved.