public class RepositoryConformanceWorkbenchConfig extends AdminServicesConfigHeader
| Constructor and Description |
|---|
RepositoryConformanceWorkbenchConfig()
Default constructor does nothing.
|
RepositoryConformanceWorkbenchConfig(RepositoryConformanceWorkbenchConfig template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Validate that an object is equal depending on their stored values.
|
int |
getMaxSearchResults()
Return the maximum search results that should processed for testing the search operations of the server under
test.
|
String |
getTutRepositoryServerName()
Return the name of the server that the repository workbench is to test.
|
int |
hashCode()
Return a hash code based on the values of this object.
|
void |
setMaxSearchResults(int maxSearchResults)
Set up the maximum search results that should be processed for testing the search operations of the server under
test.
|
void |
setTutRepositoryServerName(String tutRepositoryServerName)
Set up the name of the server that the repository workbench is to test.
|
String |
toString()
Standard toString method.
|
public RepositoryConformanceWorkbenchConfig()
public RepositoryConformanceWorkbenchConfig(RepositoryConformanceWorkbenchConfig template)
template - object to copypublic String getTutRepositoryServerName()
public void setTutRepositoryServerName(String tutRepositoryServerName)
tutRepositoryServerName - server namepublic int getMaxSearchResults()
public void setMaxSearchResults(int maxSearchResults)
maxSearchResults - page sizepublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.