org.hyperic.sigar.cmd.vmware
Class VMware_list

java.lang.Object
  extended byorg.hyperic.sigar.shell.ShellCommandBase
      extended byorg.hyperic.sigar.cmd.SigarCommandBase
          extended byorg.hyperic.sigar.cmd.vmware.VMwareCommand
              extended byorg.hyperic.sigar.cmd.vmware.VMware_list
All Implemented Interfaces:
GetlineCompleter, ShellCommandHandler

public class VMware_list
extends org.hyperic.sigar.cmd.vmware.VMwareCommand


Field Summary
 
Fields inherited from class org.hyperic.sigar.cmd.SigarCommandBase
err, out, output, proxy, shell, sigar
 
Fields inherited from class org.hyperic.sigar.shell.ShellCommandBase
itsCommandName, itsShell
 
Constructor Summary
VMware_list()
           
VMware_list(Shell shell)
           
 
Method Summary
protected  VMwareServer getServer()
           
 java.lang.String getUsageShort()
          Get a very brief (40 character) description of the command
 void output(java.lang.String[] args)
           
 
Methods inherited from class org.hyperic.sigar.cmd.SigarCommandBase
complete, completePid, flush, getCompleter, getCompletions, getFormatter, isPidCompleter, printf, printf, printf, println, processCommand, setOutputFormat, sprintf, validateArgs
 
Methods inherited from class org.hyperic.sigar.shell.ShellCommandBase
getCommandName, getErrStream, getOutStream, getShell, getSyntax, getSyntaxArgs, getUsageHelp, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VMware_list

public VMware_list(Shell shell)

VMware_list

public VMware_list()
Method Detail

getUsageShort

public java.lang.String getUsageShort()
Description copied from interface: ShellCommandHandler
Get a very brief (40 character) description of the command

Specified by:
getUsageShort in interface ShellCommandHandler
Overrides:
getUsageShort in class ShellCommandBase

output

public void output(java.lang.String[] args)
            throws SigarException
Specified by:
output in class SigarCommandBase
Throws:
SigarException

getServer

protected VMwareServer getServer()
                          throws SigarException
Throws:
SigarException


Copyright © 2004-2008 Hyperic. All Rights Reserved.