DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.test
Class FrameworkTester

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

public class FrameworkTester
extends Object

Tester for FrameworkConfigReader and MetaDataFramework

Author:
ostwald

Field Summary
 MetaDataFramework framework
           
 
Constructor Summary
FrameworkTester(String format)
          Constructor for the FrameworkTester object
 
Method Summary
 MetaDataFramework getFramework()
           
static void main(String[] args)
          The main program for the FrameworkTester class
static void prtln(String s)
          Description of the Method
 void showFramework()
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

framework

public MetaDataFramework framework
Constructor Detail

FrameworkTester

public FrameworkTester(String format)
                throws Exception
Constructor for the FrameworkTester object

Throws:
Exception
Method Detail

getFramework

public MetaDataFramework getFramework()

showFramework

public void showFramework()
Description of the Method


main

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

Parameters:
args - The command line arguments
Throws:
Exception

prtln

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

Parameters:
s - Description of the Parameter

DLESE Tools
v1.6.0