public abstract class AbstractSleeCommand
extends org.jboss.console.twiddle.command.AbstractCommand
| Modifier and Type | Field and Description |
|---|---|
protected AbstractOperation |
operation |
| Constructor and Description |
|---|
AbstractSleeCommand(String name,
String desc) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
displayHelp() |
void |
execute(String[] args) |
abstract ObjectName |
getBeanOName() |
protected abstract void |
processArguments(String[] args) |
protected AbstractOperation operation
protected abstract void processArguments(String[] args) throws org.jboss.console.twiddle.command.CommandException
org.jboss.console.twiddle.command.CommandExceptionpublic abstract ObjectName getBeanOName() throws MalformedObjectNameException, NullPointerException
public abstract void displayHelp()
Copyright © 2016. All Rights Reserved.