public interface Command
Modifier and Type | Method and Description |
---|---|
void |
complete(Context context,
ProcessedCommand procCmd,
List<String> candidates) |
void |
execute(Context context,
ProcessedCommand commandLine) |
String |
getName() |
List<String> |
getOptions() |
boolean |
isAvailable(Context context) |
String getName()
boolean isAvailable(Context context)
void execute(Context context, ProcessedCommand commandLine)
void complete(Context context, ProcessedCommand procCmd, List<String> candidates)
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.