public final class Checker
extends java.lang.Object
Constructor and Description |
---|
Checker(AuditListener auditListener,
Options options)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
check()
Performs the checking once all source files have been loaded.
|
AuditListener |
getAuditListener()
Obtains the event auditListener to notify.
|
Options |
getOptions()
Obtains the options controlling behaviour of the checker.
|
public Checker(AuditListener auditListener, Options options)
auditListener
- The event auditListener to notifyoptions
- The options controlling behaviour of the checker.public Options getOptions()
public AuditListener getAuditListener()
public boolean check()
Copyright (c) 2003-2018 Simon Harris. All rights reserved.