installtoolkit.wix
Class CandleTask

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

public class CandleTask
extends WixTask

Task to wrap candle.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
CandleTask()
           
 
Method Summary
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 setOnlyvalidate(boolean onlyvalidate)
          Only validate the source files
 void setTrace(boolean trace)
          Set the trace 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

CandleTask

public CandleTask()
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)

setOnlyvalidate

public void setOnlyvalidate(boolean onlyvalidate)
Only validate the source files


setTrace

public void setTrace(boolean trace)
Set the trace option



Copyright 2006-2006 null. All Rights Reserved.