public class TesterUtils
extends java.lang.Object
Constructor and Description |
---|
TesterUtils() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getCannedCMPath() |
static java.lang.String |
getCollectionConfigDir() |
static java.lang.String |
getDocRoot() |
static MetaDataFramework |
getFramework(java.lang.String xmlFormat) |
static java.lang.String |
getFrameworkConfigDir() |
static FrameworkConfigReader |
getFrameworkConfigReader(java.io.File source)
Gets the frameworkConfigReader attribute of the TesterUtils class
|
static FrameworkConfigReader |
getFrameworkConfigReader(java.lang.String framework)
Gets the frameworkConfigReader attribute of the TesterUtils class
|
static java.lang.String |
getRecordsPath() |
static java.lang.String |
getSchemaUri(java.lang.String xmlFormat) |
static java.lang.String |
getTmpDir() |
static java.lang.String |
getTomcatDir() |
static void |
main(java.lang.String[] args)
The main program for the TesterUtils class
|
static void |
setSystemProps() |
public static MetaDataFramework getFramework(java.lang.String xmlFormat) throws java.lang.Exception
java.lang.Exception
public static java.lang.String getTomcatDir() throws java.lang.Exception
java.lang.Exception
public static java.lang.String getTmpDir() throws java.lang.Exception
java.lang.Exception
public static java.lang.String getCannedCMPath() throws java.lang.Exception
java.lang.Exception
public static java.lang.String getRecordsPath() throws java.lang.Exception
java.lang.Exception
public static java.lang.String getDocRoot() throws java.lang.Exception
java.lang.Exception
public static java.lang.String getFrameworkConfigDir() throws java.lang.Exception
java.lang.Exception
public static java.lang.String getCollectionConfigDir() throws java.lang.Exception
java.lang.Exception
public static FrameworkConfigReader getFrameworkConfigReader(java.lang.String framework) throws java.lang.Exception
framework
- Description of the Parameterjava.lang.Exception
public static FrameworkConfigReader getFrameworkConfigReader(java.io.File source)
source
- Description of the Parameterpublic static java.lang.String getSchemaUri(java.lang.String xmlFormat)
public static void setSystemProps()
public static void main(java.lang.String[] args)
args
- The command line arguments