org.kuali.student.datadictionary.util
Class KradDictionaryCreator

java.lang.Object
  extended by org.kuali.student.datadictionary.util.KradDictionaryCreator

public class KradDictionaryCreator
extends Object

Author:
nwright

Constructor Summary
KradDictionaryCreator(String directory, ServiceContractModel model, String className, boolean writeManual, boolean writeGenerated, Map<String,String> typeOverrides)
           
 
Method Summary
 void close()
           
 void delete()
          Delete the files associated with this dictionary.
 void write()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KradDictionaryCreator

public KradDictionaryCreator(String directory,
                             ServiceContractModel model,
                             String className,
                             boolean writeManual,
                             boolean writeGenerated,
                             Map<String,String> typeOverrides)
Method Detail

write

public void write()

delete

public void delete()
Delete the files associated with this dictionary. The use case is where an error is detected and we want to remove the file (would be size 0) from the disk.


close

public void close()


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