| |
|
| java.lang.Object org.vfny.geoserver.config.validation.TestSuiteConfig
TestSuiteConfig | public class TestSuiteConfig (Code) | | TestSuiteConfig purpose.
Used to represent a copy of the config information required for the UI.
author: dzwiers, Refractions Research, Inc. author: $Author: dmzwiers $ (last modification) version: $Id: TestSuiteConfig.java 6326 2007-03-15 18:36:40Z jdeolive $ |
CURRENTLY_SELECTED_KEY | final public static String CURRENTLY_SELECTED_KEY(Code) | | |
TestSuiteConfig | public TestSuiteConfig()(Code) | | TestSuiteConfig constructor.
Creates a blank HashMap for tests
|
TestSuiteConfig | public TestSuiteConfig(TestSuiteConfig ts)(Code) | | TestSuiteConfig constructor.
Creates a copy of the TestSuiteConfig passed in.
Parameters: ts - The Test Suite to copy |
TestSuiteConfig | public TestSuiteConfig(TestSuiteDTO ts, Map plugInConfigs)(Code) | | TestSuiteConfig constructor.
Creates a copy of the TestSuiteConfig passed in.
Parameters: ts - The Test Suite to copy |
getDescription | public String getDescription()(Code) | | Access description property.
Returns the description. |
getName | public String getName()(Code) | | Access name property.
Returns the name. |
getTests | public Map getTests()(Code) | | Access tests property.
Returns the tests. |
hashCode | public int hashCode()(Code) | | |
setDescription | public void setDescription(String description)(Code) | | Set description to description.
Parameters: description - The description to set. |
setName | public void setName(String name)(Code) | | Set name to name.
Parameters: name - The name to set. |
setTests | public void setTests(Map tests)(Code) | | Set tests to tests.
Parameters: tests - The tests to set. |
toDTO | public TestSuiteDTO toDTO(Map plugIns)(Code) | | toDTO purpose.
Clones this config as a DTO.
See Also: java.lang.Object.clone Parameters: plugIns - Map of PlugInDTO objects TestSuiteDTO |
|
|
|