org.kuali.student.contract.model.util
Class ServiceMethodDumper

java.lang.Object
  extended by org.kuali.student.contract.model.util.ServiceMethodDumper

public class ServiceMethodDumper
extends Object

Author:
nwright

Field Summary
private  ServiceMethod method
           
private  PrintStream out
           
 
Constructor Summary
ServiceMethodDumper(ServiceMethod method, PrintStream out)
           
 
Method Summary
 void dump()
           
 void writeTabbedData()
           
 void writeTabbedHeader()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

method

private ServiceMethod method

out

private PrintStream out
Constructor Detail

ServiceMethodDumper

public ServiceMethodDumper(ServiceMethod method,
                           PrintStream out)
Method Detail

dump

public void dump()

writeTabbedHeader

public void writeTabbedHeader()

writeTabbedData

public void writeTabbedData()


Copyright © 2007-2012 The Kuali Foundation. All Rights Reserved.