joeq.Runtime
Class DebugImpl
java.lang.Object
joeq.Runtime.DebugImpl
- All Implemented Interfaces:
- jwutil.util.Assert.DebugDelegate
public class DebugImpl
- extends Object
- implements jwutil.util.Assert.DebugDelegate
- Version:
- $Id: DebugImpl.java,v 1.5 2004/12/10 10:53:31 joewhaley Exp $
- Author:
- Michael Martin
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DebugImpl
public DebugImpl()
write
public void write(byte[] msg,
int size)
- Specified by:
write
in interface jwutil.util.Assert.DebugDelegate
write
public void write(String msg)
- Specified by:
write
in interface jwutil.util.Assert.DebugDelegate
writeln
public void writeln(byte[] msg,
int size)
- Specified by:
writeln
in interface jwutil.util.Assert.DebugDelegate
writeln
public void writeln(String msg)
- Specified by:
writeln
in interface jwutil.util.Assert.DebugDelegate
die
public void die(int code)
- Specified by:
die
in interface jwutil.util.Assert.DebugDelegate
Copyright © 2001-2005 John Whaley. All Rights Reserved.