org.kuali.student.common.dictionary.service.impl
Class DictionaryTesterHelper

java.lang.Object
  extended by org.kuali.student.common.dictionary.service.impl.DictionaryTesterHelper

public class DictionaryTesterHelper
extends Object


Field Summary
private  String dictFileName
           
private  File file
           
private  Map<String,ObjectStructureDefinition> objectStructures
           
private  PrintStream out
           
private  String outputFileName
           
private  OutputStream outputStream
           
private  boolean processSubstructures
           
private  Set<String> startingClasses
           
 
Constructor Summary
DictionaryTesterHelper(String outputFileName, Set<String> startingClasses, String dictFileName, boolean processSubstructures)
           
 
Method Summary
private  String calcSimpleName(String name)
           
 List<String> doTest()
           
private  void doTestOnClass(String className, ApplicationContext ac)
           
private  Set<String> getComplexSubStructures(String className)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

outputFileName

private String outputFileName

file

private File file

outputStream

private OutputStream outputStream

out

private PrintStream out

startingClasses

private Set<String> startingClasses

dictFileName

private String dictFileName

processSubstructures

private boolean processSubstructures

objectStructures

private transient Map<String,ObjectStructureDefinition> objectStructures
Constructor Detail

DictionaryTesterHelper

public DictionaryTesterHelper(String outputFileName,
                              Set<String> startingClasses,
                              String dictFileName,
                              boolean processSubstructures)
Method Detail

doTest

public List<String> doTest()

getComplexSubStructures

private Set<String> getComplexSubStructures(String className)

doTestOnClass

private void doTestOnClass(String className,
                           ApplicationContext ac)

calcSimpleName

private String calcSimpleName(String name)


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.