org.infinispan.cli.commands
Interface Command
- All Known Subinterfaces:
- ServerCommand
- All Known Implementing Classes:
- Abort, AbstractCommand, AbstractServerCommand, Begin, Cache, Clear, Commit, Connect, Container, Create, Disconnect, Encoding, End, Evict, Get, Help, Info, Locate, Ping, Put, Quit, Remove, Replace, Rollback, Site, Start, Stats, Upgrade, Version
public interface Command
getName
String getName()
getOptions
List<String> getOptions()
isAvailable
boolean isAvailable(Context context)
execute
void execute(Context context,
ProcessedCommand commandLine)
complete
void complete(Context context,
ProcessedCommand procCmd,
List<String> candidates)
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.