Changes between Version 14 and Version 15 of ApertureDataSource
- Timestamp:
- 10/12/05 14:08:32 (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ApertureDataSource
v14 v15 72 72 73 73 {{{ 74 /** 75 * A DataSource defines the characteristics of a source from which DataObjects 76 * can be extracted. A Datasource contains all information necessary to realize 77 * these objects, such as paths, usernames, passwords, etc. 78 */ 74 79 public interface DataSource { 75 80