de.berg.systeme.jenkins.wix
Class WixCommand

java.lang.Object
  extended by 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

Constructor Summary
WixCommand(File executable)
          Deprecated. use WixCommand(File, ToolsetSettings, String) Constructor for a command without any arguments.
WixCommand(File executable, Object... args)
          Deprecated. use WixCommand(File, ToolsetSettings, String) Constructor for a command with variable arguments.
WixCommand(File executable, ToolsetSettings settings, String params)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2013 Berg Systeme. All Rights Reserved.