com.dynamide.interpreters
Class BufferConsole

java.lang.Object
  extended by com.dynamide.DynamideObject
      extended by com.dynamide.interpreters.BufferConsole
All Implemented Interfaces:
bsh.ConsoleInterface, IConsole, IGet

public class BufferConsole
extends DynamideObject
implements IConsole, bsh.ConsoleInterface


Constructor Summary
BufferConsole(DynamideObject owner)
           
BufferConsole(java.lang.String id)
           
 
Method Summary
 void close()
           
 java.lang.String emptyBuffer()
           
 void error(java.lang.Object o)
           
 void error(java.lang.String s)
           
 void finalize()
           
 java.lang.String getBuffer()
           
 java.io.PrintStream getErr()
           
 java.io.Reader getIn()
           
 java.io.PrintStream getOut()
           
 void print(java.lang.Object o)
           
 void print(java.lang.String s)
           
 void println(java.lang.Object o)
           
 void println(java.lang.String s)
           
 
Methods inherited from class com.dynamide.DynamideObject
clearProfiler, dump, dump, dumpHTML, expand, findParentExpander, findParentPage, findParentSession, findTopParentPage, get, getCategoryID, getDotName, getID, getNextGetter, getObjectID, getOwner, getProfiler, isDebugEnabled, isInfoEnabled, logDebug, logDebug, logDebug, logDebug, logError, logError, logError, logError, logInfo, logInfo, logInfo, logInfo, logWarn, logWarn, logWarn, logWarn, popLogContext, printf, printProfiler, profileEnter, profileLeave, pushLogContext, setDotName, setID, setNextGetter, setObjectID, setOwner, sprintf, useProfiler, walkParents
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BufferConsole

public BufferConsole(java.lang.String id)

BufferConsole

public BufferConsole(DynamideObject owner)
Method Detail

finalize

public void finalize()
              throws java.lang.Throwable
Overrides:
finalize in class DynamideObject
Throws:
java.lang.Throwable

close

public void close()
Specified by:
close in interface IConsole

getBuffer

public java.lang.String getBuffer()
Specified by:
getBuffer in interface IConsole

emptyBuffer

public java.lang.String emptyBuffer()
Specified by:
emptyBuffer in interface IConsole

error

public void error(java.lang.Object o)
Specified by:
error in interface bsh.ConsoleInterface

error

public void error(java.lang.String s)
Specified by:
error in interface IConsole

getErr

public java.io.PrintStream getErr()
Specified by:
getErr in interface bsh.ConsoleInterface
Specified by:
getErr in interface IConsole

getIn

public java.io.Reader getIn()
Specified by:
getIn in interface bsh.ConsoleInterface
Specified by:
getIn in interface IConsole

getOut

public java.io.PrintStream getOut()
Specified by:
getOut in interface bsh.ConsoleInterface
Specified by:
getOut in interface IConsole

print

public void print(java.lang.Object o)
Specified by:
print in interface bsh.ConsoleInterface

print

public void print(java.lang.String s)
Specified by:
print in interface IConsole

println

public void println(java.lang.Object o)
Specified by:
println in interface bsh.ConsoleInterface

println

public void println(java.lang.String s)
Specified by:
println in interface IConsole


Copyright © 2001-2013 DYNAMIDE.COM. All Rights Reserved.