org.apache.jdo.impl.enhancer.classfile
Class ClassPrint

java.lang.Object
  extended byorg.apache.jdo.impl.enhancer.classfile.ClassPrint

class ClassPrint
extends java.lang.Object

A really simple class with printing utilities


Constructor Summary
(package private) ClassPrint()
           
 
Method Summary
static void spaces(java.io.PrintStream ps, int nspaces)
          Print 'nspaces' spaces to the print stream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassPrint

ClassPrint()
Method Detail

spaces

public static void spaces(java.io.PrintStream ps,
                          int nspaces)
Print 'nspaces' spaces to the print stream