installtoolkit.wix
Class LitTask

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

public class LitTask
extends WixTask

Task to wrap lit.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
LitTask()
           
 
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 setDestfile(java.io.File destfile)
          Output File
 void setOnlyvalidate(boolean onlyvalidate)
          Only validate the source files
 
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

LitTask

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

setDestfile

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


setOnlyvalidate

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



Copyright 2006-2006 null. All Rights Reserved.