Class PlatformConformanceWorkbenchConfig
java.lang.Object
org.odpi.openmetadata.adminservices.configuration.properties.AdminServicesConfigHeader
org.odpi.openmetadata.adminservices.configuration.properties.PlatformConformanceWorkbenchConfig
PlatformConformanceWorkbenchConfig provides the config that drives the PlatformWorkbench within the
Open Metadata Conformance Suite.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor does nothing.Copy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanValidate that an object is equal depending on their stored values.Return the URL root of the platform that the platform workbench is to test.inthashCode()Return a hash code based on the values of this object.voidsetTutPlatformURLRoot(String tutPlatformURLRoot) Set up the URL root of the platform that the platform workbench is to test.toString()Standard toString method.
-
Constructor Details
-
PlatformConformanceWorkbenchConfig
public PlatformConformanceWorkbenchConfig()Default constructor does nothing. -
PlatformConformanceWorkbenchConfig
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Details
-
getTutPlatformURLRoot
Return the URL root of the platform that the platform workbench is to test.- Returns:
- URL root
-
setTutPlatformURLRoot
Set up the URL root of the platform that the platform workbench is to test.- Parameters:
tutPlatformURLRoot- URL root
-
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.
-