DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.test
Class FrameworkConfigTester

java.lang.Object
  extended by org.dlese.dpc.schemedit.test.FrameworkConfigTester

public class FrameworkConfigTester
extends Object

Tester for FrameworkConfigReader

Author:
ostwald

$Id: FrameworkConfigTester.java,v 1.9 2009/07/07 03:29:38 ostwald Exp $


Field Summary
 MetaDataFramework framework
           
 FrameworkConfigReader reader
           
 
Constructor Summary
FrameworkConfigTester(String xmlFormat)
          Constructor for the FrameworkConfigTester object
 
Method Summary
 Document getMinimalRecord()
           
static void main(String[] args)
          The main program for the FrameworkConfigTester class
static void pp(Node node)
          Utility to show XML in pretty form
static void prtln(String s)
          Description of the Method
 void showFrameworkStuff()
          Description of the Method
 void showReaderStuff()
           
 void showSchemaPathMap()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

reader

public FrameworkConfigReader reader

framework

public MetaDataFramework framework
Constructor Detail

FrameworkConfigTester

public FrameworkConfigTester(String xmlFormat)
                      throws Exception
Constructor for the FrameworkConfigTester object

Throws:
Exception
Method Detail

showFrameworkStuff

public void showFrameworkStuff()
Description of the Method


showReaderStuff

public void showReaderStuff()

main

public static void main(String[] args)
                 throws Exception
The main program for the FrameworkConfigTester class

Parameters:
args - The command line arguments
Throws:
Exception

showSchemaPathMap

public void showSchemaPathMap()

getMinimalRecord

public Document getMinimalRecord()

pp

public static void pp(Node node)
Utility to show XML in pretty form

Parameters:
node - Description of the Parameter

prtln

public static void prtln(String s)
Description of the Method

Parameters:
s - Description of the Parameter

DLESE Tools
v1.6.0