org.infinispan.cli.commands
Class AbstractCommand
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractCommand
public AbstractCommand()
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
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.