frysk.testbed
Class ExecCommand.Executable

java.lang.Object
  extended by frysk.testbed.ExecCommand.Executable
Enclosing class:
ExecCommand

public abstract static class ExecCommand.Executable
extends Object


Field Summary
static ExecCommand.Executable ALIAS
           
static ExecCommand.Executable BIT32
           
static ExecCommand.Executable BIT64
           
static ExecCommand.Executable DEFAULT
           
 
Constructor Summary
ExecCommand.Executable()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BIT32

public static final ExecCommand.Executable BIT32

BIT64

public static final ExecCommand.Executable BIT64

DEFAULT

public static final ExecCommand.Executable DEFAULT

ALIAS

public static final ExecCommand.Executable ALIAS
Constructor Detail

ExecCommand.Executable

public ExecCommand.Executable()