org.hyperic.sigar.shell
Interface ShellCommandMapper

All Known Implementing Classes:
Shell, ShellBase

public interface ShellCommandMapper


Method Summary
 java.util.Iterator getCommandNameIterator()
          Get an iterator for the command names.
 ShellCommandHandler getHandler(java.lang.String command)
          Get the command handler for a command.
 

Method Detail

getHandler

ShellCommandHandler getHandler(java.lang.String command)
Get the command handler for a command.


getCommandNameIterator

java.util.Iterator getCommandNameIterator()
Get an iterator for the command names.



Copyright ? 2004-2009 Hyperic. All Rights Reserved.