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
ConstructorsConstructorDescriptionDefault constructor does nothing.ConformanceSuiteConfig(ConformanceSuiteConfig template) Copy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanValidate that an object is equal depending on their stored values.Return the configuration for the platform workbench.Return the configuration for the repository workbench.inthashCode()Return a hash code based on the values of this object.voidsetPlatformWorkbenchConfig(PlatformConformanceWorkbenchConfig platformWorkbenchConfig) Set up the configuration for the platform workbench.voidsetRepositoryWorkbenchConfig(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
-
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.
-