public abstract class AbstractServerCommand extends AbstractCommand implements ServerCommand
Constructor and Description |
---|
AbstractServerCommand() |
Modifier and Type | Method and Description |
---|---|
void |
execute(Context context,
ProcessedCommand commandLine) |
boolean |
isAvailable(Context context) |
complete, getOptions
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
nesting
complete, getName, getOptions
public boolean isAvailable(Context context)
isAvailable
in interface Command
public void execute(Context context, ProcessedCommand commandLine)
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.