DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.test
Class CollectionConfigTester

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

public class CollectionConfigTester
extends Object

Tester for FrameworkConfigReader.

Author:
ostwald

$Id: CollectionConfigTester.java,v 1.9 2009/03/20 23:33:57 jweather Exp $


Constructor Summary
CollectionConfigTester(String configFileName)
          Constructor for the CollectionConfigTester object
 
Method Summary
 CollectionConfig getCollectionConfig()
           
static void main(String[] args)
          The main program for the CollectionConfigTester class
static void prtln(String s)
          Description of the Method
 void showCollectionConfig()
          Description of the Method
 void showRegistry()
          Description of the Method
 void showTester()
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionConfigTester

public CollectionConfigTester(String configFileName)
                       throws Exception
Constructor for the CollectionConfigTester object

Throws:
Exception
Method Detail

getCollectionConfig

public CollectionConfig getCollectionConfig()

showCollectionConfig

public void showCollectionConfig()
Description of the Method


showRegistry

public void showRegistry()
Description of the Method


showTester

public void showTester()
Description of the Method


main

public static void main(String[] args)
The main program for the CollectionConfigTester class

Parameters:
args - The command line arguments

prtln

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

Parameters:
s - Description of the Parameter

DLESE Tools
v1.6.0