Infinispan Distribution 5.2.6.Final-redhat-2

org.infinispan.cli.commands
Class AbstractCommand

java.lang.Object
  extended by org.infinispan.cli.commands.AbstractCommand
All Implemented Interfaces:
Command
Direct Known Subclasses:
AbstractServerCommand, Connect, Container, Disconnect, Help, Quit

public abstract class AbstractCommand
extends Object
implements Command


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

Constructor Detail

AbstractCommand

public AbstractCommand()
Method Detail

getOptions

public List<String> getOptions()
Specified by:
getOptions in interface Command

complete

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

Infinispan Distribution 5.2.6.Final-redhat-2

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