public abstract class AbstractVerifyCommand extends AbstractInstallerCommand
context, dataHub, hubConfig, serverVersion| Constructor and Description | 
|---|
AbstractVerifyCommand()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected java.lang.String[] | 
getDhfUserNames()  | 
protected void | 
verify(boolean expression,
      java.lang.String message)  | 
protected void | 
verifyAmps()  | 
protected void | 
verifyArtifacts()  | 
protected void | 
verifyArtifacts(com.marklogic.client.DatabaseClient client)  | 
protected void | 
verifyDatahubCreatedByFieldsExist(com.marklogic.rest.util.Fragment db)  | 
protected void | 
verifyDatahubCreatedOnFieldExists(com.marklogic.rest.util.Fragment db)  | 
protected void | 
verifyFinalDatabase()  | 
protected void | 
verifyFinalServer(java.lang.String groupName)  | 
protected void | 
verifyJobDatabase()  | 
protected void | 
verifyJobServer(java.lang.String groupName)  | 
protected void | 
verifyLexiconsAndTripleIndexAreEnabled(com.marklogic.rest.util.Fragment db)  | 
protected void | 
verifyPrivileges()  | 
protected void | 
verifyRewriterAndErrorHandler(com.marklogic.rest.util.Fragment server,
                             java.lang.String rewriter,
                             java.lang.String errorHandler)  | 
protected void | 
verifyStagingDatabase()  | 
protected void | 
verifyStagingServer(java.lang.String groupName)  | 
protected void | 
verifyTriggers()  | 
getServerMajorVersion, initializeProject, verifyUserCanAuthenticateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrunprotected java.lang.String[] getDhfUserNames()
protected void verifyPrivileges()
protected void verifyAmps()
protected void verifyJobDatabase()
protected void verifyStagingDatabase()
protected void verifyFinalDatabase()
protected void verifyDatahubCreatedByFieldsExist(com.marklogic.rest.util.Fragment db)
protected void verifyLexiconsAndTripleIndexAreEnabled(com.marklogic.rest.util.Fragment db)
protected void verifyDatahubCreatedOnFieldExists(com.marklogic.rest.util.Fragment db)
protected void verifyTriggers()
protected void verifyStagingServer(java.lang.String groupName)
protected void verifyFinalServer(java.lang.String groupName)
protected void verifyJobServer(java.lang.String groupName)
protected void verifyRewriterAndErrorHandler(com.marklogic.rest.util.Fragment server,
                                             java.lang.String rewriter,
                                             java.lang.String errorHandler)
protected void verifyArtifacts()
protected void verifyArtifacts(com.marklogic.client.DatabaseClient client)
protected void verify(boolean expression,
                      java.lang.String message)