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