|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTask
installtoolkit.wix.WixTask
installtoolkit.wix.LightTask
public class LightTask
Task to wrap light.exe from the WiX toolkit.
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 |
---|
public LightTask()
Method Detail |
---|
public java.lang.String getTaskName()
org.apache.tools.ant.Task#getTaskName()
protected java.lang.String getExeName()
WixTask
getExeName
in class WixTask
WixTask.getExeName()
protected void fillCommandLine(Commandline cmdl)
WixTask
fillCommandLine
in class WixTask
WixTask.fillCommandLine(Commandline)
public Path createLocalisation()
public void setDestfile(java.io.File destfile)
public void setXmloutput(boolean xmloutput)
xmloutput
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |