站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > 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

Method Summary
 Object clone()
           
 void displayHelp()
           
 void execute(String[] args)
           
 String getDescription()
           
 String getName()
           
 void setCommandContext(CommandContext context)
           
 void unsetCommandContext()
           
 

Method Detail

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.