org.kuali.student.common.dictionary.service.impl
Class DictionaryTesterHelper
java.lang.Object
org.kuali.student.common.dictionary.service.impl.DictionaryTesterHelper
public class DictionaryTesterHelper
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
DictionaryTesterHelper
public DictionaryTesterHelper(String outputFileName,
Set<String> startingClasses,
String dictFileName,
boolean processSubstructures)
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.