Changes between Version 18 and Version 19 of ApertureDataSource
- Timestamp:
- 10/12/05 15:58:04 (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ApertureDataSource
v18 v19 11 11 */ 12 12 public interface DataSource { 13 13 14 15 /** 16 * Method added from Gnowsis 17 * 18 * 19 * 20 * get the configuration of this datasource. 21 * The configuration is always passed to the constructor. 22 * @return the configuration 23 */ 24 public DataSourceConfig getDSConfig(); 25 14 26 /** 15 27 * Method added from Gnowsis