Class ConformanceSuiteConfig
java.lang.Object
org.odpi.openmetadata.adminservices.configuration.properties.AdminServicesConfigHeader
org.odpi.openmetadata.adminservices.configuration.properties.ConformanceSuiteConfig
ConformanceSuiteConfig provides the configuration for an OMAG server that is running the Open Metadata
Conformance suite. It supports two workbenches - one that tests the repository services in a server connected
to the same cohort as the conformance suite server - the other tests the platform services of a platform given the
server URL root of the platform.
-
Constructor Summary
ConstructorDescriptionDefault constructor does nothing.ConformanceSuiteConfig
(ConformanceSuiteConfig template) Copy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Validate that an object is equal depending on their stored values.Return the configuration for the platform workbench.Return the configuration for the repository performance workbench.Return the configuration for the repository workbench.int
hashCode()
Return a hash code based on the values of this object.void
setPlatformWorkbenchConfig
(PlatformConformanceWorkbenchConfig platformWorkbenchConfig) Set up the configuration for the platform workbench.void
setRepositoryPerformanceConfig
(RepositoryPerformanceWorkbenchConfig repositoryPerformanceConfig) Set up the configuration for the repository performance workbench.void
setRepositoryWorkbenchConfig
(RepositoryConformanceWorkbenchConfig repositoryWorkbenchConfig) Set up the configuration for the repository workbench.toString()
Standard toString method.
-
Constructor Details
-
ConformanceSuiteConfig
public ConformanceSuiteConfig()Default constructor does nothing. -
ConformanceSuiteConfig
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getPlatformWorkbenchConfig
Return the configuration for the platform workbench.- Returns:
- platform workbench config properties
-
setPlatformWorkbenchConfig
Set up the configuration for the platform workbench.- Parameters:
platformWorkbenchConfig
- platform workbench config properties
-
getRepositoryWorkbenchConfig
Return the configuration for the repository workbench.- Returns:
- repository workbench config properties
-
setRepositoryWorkbenchConfig
public void setRepositoryWorkbenchConfig(RepositoryConformanceWorkbenchConfig repositoryWorkbenchConfig) Set up the configuration for the repository workbench.- Parameters:
repositoryWorkbenchConfig
- repository workbench config properties
-
getRepositoryPerformanceConfig
Return the configuration for the repository performance workbench.- Returns:
- repository performance workbench config properties
-
setRepositoryPerformanceConfig
public void setRepositoryPerformanceConfig(RepositoryPerformanceWorkbenchConfig repositoryPerformanceConfig) Set up the configuration for the repository performance workbench.- Parameters:
repositoryPerformanceConfig
- repository performance workbench config properties
-
toString
Standard toString method. -
equals
Validate that an object is equal depending on their stored values. -
hashCode
public int hashCode()Return a hash code based on the values of this object.
-