Package org.dlese.dpc.schemedit.test
Class TesterUtils
java.lang.Object
org.dlese.dpc.schemedit.test.TesterUtils
Methods to help tester classes use information in the framework config files.
- Author:
- ostwald
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Stringstatic Stringstatic Stringstatic MetaDataFrameworkgetFramework(String xmlFormat) static Stringstatic FrameworkConfigReadergetFrameworkConfigReader(File source) Gets the frameworkConfigReader attribute of the TesterUtils classstatic FrameworkConfigReadergetFrameworkConfigReader(String framework) Gets the frameworkConfigReader attribute of the TesterUtils classstatic Stringstatic StringgetSchemaUri(String xmlFormat) static Stringstatic Stringstatic voidThe main program for the TesterUtils classstatic void
-
Constructor Details
-
TesterUtils
public TesterUtils()
-
-
Method Details
-
getFramework
- Throws:
Exception
-
getTomcatDir
- Throws:
Exception
-
getTmpDir
- Throws:
Exception
-
getCannedCMPath
- Throws:
Exception
-
getRecordsPath
- Throws:
Exception
-
getDocRoot
- Throws:
Exception
-
getFrameworkConfigDir
- Throws:
Exception
-
getCollectionConfigDir
- Throws:
Exception
-
getFrameworkConfigReader
Gets the frameworkConfigReader attribute of the TesterUtils class- Parameters:
framework- Description of the Parameter- Returns:
- The frameworkConfigReader value
- Throws:
Exception
-
getFrameworkConfigReader
Gets the frameworkConfigReader attribute of the TesterUtils class- Parameters:
source- Description of the Parameter- Returns:
- The frameworkConfigReader value
-
getSchemaUri
-
setSystemProps
public static void setSystemProps() -
main
The main program for the TesterUtils class- Parameters:
args- The command line arguments
-