Package org.jboss.as.cli
Interface CommandHandlerProvider
-
public interface CommandHandlerProviderService provider interface to add extra command handlers to the CLI using service provider mechanism.- Author:
- Jeff Mesnil (c) 2012 Red Hat Inc.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommandHandlercreateCommandHandler(CommandContext ctx)String[]getNames()booleanisTabComplete()
-
-
-
Method Detail
-
createCommandHandler
CommandHandler createCommandHandler(CommandContext ctx)
-
isTabComplete
boolean isTabComplete()
-
getNames
String[] getNames()
-
-