public class PatternChecker extends Object
This will check all Id's against the patterns, count how many do not match, and print a few example id's that do not match.
Not to be confused with the BridgeQC script, which really compares the contents of two databases.
| Constructor and Description |
|---|
PatternChecker() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
Script can be run in two ways
1) as part of BridgeQC, to check a single database.
|
void |
run(File f) |
public void run(File f) throws SQLException, IDMapperException
SQLExceptionIDMapperExceptionpublic static void main(String[] args) throws IDMapperException, SQLException
IDMapperExceptionSQLExceptionCopyright © 2006–2020 BridgeDb project. All rights reserved.