当前页面:
在线文档首页 >
JBoss 3.2.7 console API Documentation 英文版文档
Command (JBoss Console API) - JBoss 3.2.7 console API Documentation 英文版文档
org.jboss.console.twiddle.command
Interface Command
- All Superinterfaces:
- Cloneable
- All Known Implementing Classes:
- AbstractCommand
- public interface Command
- extends Cloneable
???
- Version:
- $Revision: 1.2.2.1 $
- Author:
- Jason Dillon
getName
public String getName()
getDescription
public String getDescription()
displayHelp
public void displayHelp()
setCommandContext
public void setCommandContext(CommandContext context)
unsetCommandContext
public void unsetCommandContext()
execute
public void execute(String[] args)
throws Exception
- Throws:
Exception
clone
public Object clone()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.