public interface Dumpable
Flags an
AoservObject
as being able to dump its contents into
a PrintWriter
.- Author:
- AO Industries, Inc.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
dump
(PrintWriter out) Dumps the contents of this object into aPrintWriter
.
-
Method Details
-
dump
Dumps the contents of this object into aPrintWriter
.- Throws:
IOException
SQLException
-