Changes between Version 24 and Version 25 of ApertureDataSource
- Timestamp:
- 10/20/05 10:51:33 (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ApertureDataSource
v24 v25 29 29 * TODO: should it check the configuration (passwords allright, etc) now or when the crawler starts? 30 30 * @throws InitializationException when the configuration contains syntactically wrong parameters 31 * or does not function correctly. 31 * or does not function correctly. The InitializationException should contain a user-friendly 32 * message that explains why this datasource does not work. If a password is wrong, the exception 33 * should say so. 32 34 */ 33 35 public void initConfiguration(Map configuration) throws InitializationException;