de.berg.systeme.jenkins.wix
Class WixCommand
java.lang.Object
de.berg.systeme.jenkins.wix.WixCommand
public class WixCommand
- extends Object
WixCommand is a wrapper for the different tools of the WiX Toolset for
arranging program arguments and the files on which the tools should work.
- Version:
- 1.0
- Author:
- Björn Berg, bjoern.berg@gmx.de
WixCommand
public WixCommand(File executable)
- Deprecated. use
WixCommand(File, ToolsetSettings, String)
Constructor for a command without any arguments.
- Parameters:
executable - the executable to call.
WixCommand
public WixCommand(File executable,
Object... args)
- Deprecated. use
WixCommand(File, ToolsetSettings, String)
Constructor for a command with variable arguments.
- Parameters:
executable - the executable to call.args - program arguments like switches and files.
WixCommand
public WixCommand(File executable,
ToolsetSettings settings,
String params)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2004-2013 Berg Systeme. All Rights Reserved.