org.flexunit.ant.launcher.commands.headless
Class XvncStopCommand

java.lang.Object
  extended by org.flexunit.ant.launcher.commands.Command
      extended by org.flexunit.ant.launcher.commands.headless.XvncStopCommand

public class XvncStopCommand
extends Command


Field Summary
private  int display
           
private  java.lang.String VNC_SERVER_COMMAND
           
 
Constructor Summary
XvncStopCommand(int display)
           
 
Method Summary
 int execute()
           
 
Methods inherited from class org.flexunit.ant.launcher.commands.Command
getCommandLine, getEnvironment, getProject, launch, setEnvironment, setProject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VNC_SERVER_COMMAND

private final java.lang.String VNC_SERVER_COMMAND
See Also:
Constant Field Values

display

private int display
Constructor Detail

XvncStopCommand

public XvncStopCommand(int display)
Method Detail

execute

public int execute()
            throws java.io.IOException
Overrides:
execute in class Command
Throws:
java.io.IOException