Infinispan Distribution 5.2.6.Final-redhat-2

org.infinispan.cli.commands.client
Class Help

java.lang.Object
  extended by org.infinispan.cli.commands.AbstractCommand
      extended by org.infinispan.cli.commands.client.Help
All Implemented Interfaces:
Command

public class Help
extends AbstractCommand


Constructor Summary
Help()
           
 
Method Summary
 void complete(Context context, ProcessedCommand procCmd, List<String> candidates)
           
 void execute(Context context, ProcessedCommand commandLine)
           
 String getName()
           
 boolean isAvailable(Context context)
           
 
Methods inherited from class org.infinispan.cli.commands.AbstractCommand
getOptions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Help

public Help()
Method Detail

getName

public String getName()

isAvailable

public boolean isAvailable(Context context)

execute

public void execute(Context context,
                    ProcessedCommand commandLine)

complete

public void complete(Context context,
                     ProcessedCommand procCmd,
                     List<String> candidates)
Specified by:
complete in interface Command
Overrides:
complete in class AbstractCommand

Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.