org.jboss.console.twiddle.command
Interface CommandContext


public interface CommandContext

???

Version:
$Revision: 1.4.6.1 $
Author:
Jason Dillon

Method Summary
 PrintWriter getErrorWriter()
           
 javax.management.MBeanServerConnection getServer()
           
 PrintWriter getWriter()
           
 boolean isQuiet()
           
 

Method Detail

isQuiet

boolean isQuiet()

getWriter

PrintWriter getWriter()

getErrorWriter

PrintWriter getErrorWriter()

getServer

javax.management.MBeanServerConnection getServer()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.