Class RepositoryConformanceWorkbench
java.lang.Object
org.odpi.openmetadata.conformance.workbenches.OpenMetadataConformanceWorkbench
org.odpi.openmetadata.conformance.workbenches.repository.RepositoryConformanceWorkbench
- All Implemented Interfaces:
Runnable
RepositoryConformanceWorkbench provides the thread that drives the repository workbench from the Open Metadata
Conformance Suite. The properties used to initialise the workbench are passed on the constructor.
The run() method contains the workbench logic. It executes until the tests are complete, or it is signaled to
shut down.
-
Field Summary
Fields inherited from class org.odpi.openmetadata.conformance.workbenches.OpenMetadataConformanceWorkbench
runningFlag, versionNumber, workbenchDocumentationURL, workbenchId, workbenchName
-
Constructor Summary
ConstructorDescriptionConstructor receives the work pad with the configuration that provides the location to record the results. -
Method Summary
Modifier and TypeMethodDescriptionvoid
run()
This is the method that provides the behaviour of the thread.Methods inherited from class org.odpi.openmetadata.conformance.workbenches.OpenMetadataConformanceWorkbench
getVersionNumber, getWorkbenchDocumentationURL, getWorkbenchId, getWorkbenchName, isRunning, stopRunning
-
Constructor Details
-
RepositoryConformanceWorkbench
Constructor receives the work pad with the configuration that provides the location to record the results.- Parameters:
workPad
- repository workbench's work pad
-
-
Method Details
-
run
public void run()This is the method that provides the behaviour of the thread.
-