Check that the configuration is valid. If it is not an
IllegalArgumentException is thrown.
A configuration is valid if the following rules are followed:
Attribute |
Rules |
brokenLinkCheckerRun |
Cannot be null . |
httpClient |
Cannot be null . |
internalLinksBaseUrl |
Cannot be null . |
log |
Cannot be null . |
Parameters: configuration - the configuration to check. |