public interface SanityCheckPluginInterface
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() |
boolean isMasterTest()
boolean isTutorialTest()
boolean isDBTest()
boolean check(QueryRunner qRunner, Metadata metadataWS) throws SQLException
qRunner
- a runner constructed using your database options, may not
be present for non-adminsmetadataWS
- a metadata interface constructed using the web service
interfaceSQLException
String getDescription()
int getPriority()
Copyright © 2015 SeqWare. All rights reserved.