org.hyperic.sigar.shell
Interface ShellCommandMapper

All Known Implementing Classes:
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

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


getCommandNameIterator

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



Copyright © 2004-2006 Hyperic. All Rights Reserved.