org.jboss.console.twiddle.command
Interface CommandContext


public interface CommandContext

???


Method Summary
 java.io.PrintWriter getErrorWriter()
           
 MBeanServerConnection (src) getServer()
           
 java.io.PrintWriter getWriter()
           
 boolean isQuiet()
           
 

Method Detail

isQuiet

public boolean isQuiet()

getWriter

public java.io.PrintWriter getWriter()

getErrorWriter

public java.io.PrintWriter getErrorWriter()

getServer

public MBeanServerConnection (src)  getServer()