public class CollectionConfigTester
extends java.lang.Object
FrameworkConfigReader
.$Id: CollectionConfigTester.java,v 1.9 2009/03/20 23:33:57 jweather Exp $
Constructor and Description |
---|
CollectionConfigTester(java.lang.String configFileName)
Constructor for the CollectionConfigTester object
|
Modifier and Type | Method and Description |
---|---|
CollectionConfig |
getCollectionConfig() |
static void |
main(java.lang.String[] args)
The main program for the CollectionConfigTester class
|
static void |
prtln(java.lang.String s)
Description of the Method
|
void |
showCollectionConfig()
Description of the Method
|
void |
showRegistry()
Description of the Method
|
void |
showTester()
Description of the Method
|
public CollectionConfigTester(java.lang.String configFileName) throws java.lang.Exception
java.lang.Exception
public CollectionConfig getCollectionConfig()
public void showCollectionConfig()
public void showRegistry()
public void showTester()
public static void main(java.lang.String[] args)
args
- The command line argumentspublic static void prtln(java.lang.String s)
s
- Description of the Parameter