org.kuali.student.mock.mojo
Class MockImplWriterForOneService

java.lang.Object
  extended by org.kuali.student.mock.mojo.MockImplWriterForOneService
Direct Known Subclasses:
ConformanceTestWriterForOneService

public class MockImplWriterForOneService
extends Object

Author:
nwright

Field Summary
protected  String directory
           
protected  ModelFinder finder
           
protected  boolean isR1
           
protected  ServiceContractModel model
           
protected  String rootPackage
           
protected  String servKey
           
 
Constructor Summary
MockImplWriterForOneService(ServiceContractModel model, String directory, String rootPackage, String servKey, boolean isR1)
           
 
Method Summary
 void write()
          Write out the entire file
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

model

protected ServiceContractModel model

finder

protected ModelFinder finder

directory

protected String directory

rootPackage

protected String rootPackage

servKey

protected String servKey

isR1

protected boolean isR1
Constructor Detail

MockImplWriterForOneService

public MockImplWriterForOneService(ServiceContractModel model,
                                   String directory,
                                   String rootPackage,
                                   String servKey,
                                   boolean isR1)
Method Detail

write

public void write()
Write out the entire file

Parameters:
out -


Copyright © 2004–2014 The Kuali Foundation. All rights reserved.