public class WS_Check extends Object implements SanityCheckPluginInterface
Constructor and Description |
---|
WS_Check() |
Modifier and Type | Method and Description |
---|---|
boolean |
check(QueryRunner qRunner,
Metadata metadataWS) |
String |
getDescription()
Describes the check and indicates what may be wrong
|
int |
getPriority()
Indicate the priority of the check, higher is later
|
boolean |
isDBTest() |
boolean |
isMasterTest() |
boolean |
isTutorialTest() |
public boolean isTutorialTest()
isTutorialTest
in interface SanityCheckPluginInterface
public boolean isMasterTest()
isMasterTest
in interface SanityCheckPluginInterface
public boolean isDBTest()
isDBTest
in interface SanityCheckPluginInterface
public boolean check(QueryRunner qRunner, Metadata metadataWS) throws SQLException
check
in interface SanityCheckPluginInterface
qRunner
- a runner constructed using your database options, may not
be present for non-adminsmetadataWS
- a metadata interface constructed using the web service
interfaceSQLException
public String getDescription()
SanityCheckPluginInterface
getDescription
in interface SanityCheckPluginInterface
public int getPriority()
SanityCheckPluginInterface
getPriority
in interface SanityCheckPluginInterface
Copyright © 2015 SeqWare. All rights reserved.