org.kuali.student.datadictionary.util
Class KradDictionaryCreator
java.lang.Object
   org.kuali.student.datadictionary.util.KradDictionaryCreator
org.kuali.student.datadictionary.util.KradDictionaryCreator
- public class KradDictionaryCreator 
- extends Object
- Author:
- nwright
 
| 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 | 
 
KradDictionaryCreator
public KradDictionaryCreator(String directory,
                             ServiceContractModel model,
                             String className,
                             boolean writeManual,
                             boolean writeGenerated)
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-2012 The Kuali Foundation. All Rights Reserved.