Package org.glassfish.admin.amx.util
Class DebugSinkImpl
- java.lang.Object
-
- org.glassfish.admin.amx.util.DebugSinkImpl
-
-
Constructor Summary
Constructors Constructor Description DebugSinkImpl(PrintStream out)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprint(Object o)Output a message without a newline.voidprintln(Object o)Output a message with a newline.
-
-
-
Constructor Detail
-
DebugSinkImpl
public DebugSinkImpl(PrintStream out)
-
-