- Timestamp:
- 08/05/14 10:00:41 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/CrossPare/src/de/ugoe/cs/cpdp/loader/IVersionLoader.java
r2 r4 7 7 /** 8 8 * Implements the interface for loading software versions from a data source. 9 * 9 10 * @author Steffen Herbold 10 11 */ 11 12 public interface IVersionLoader { 12 13 13 14 /** 14 * Sets the location of the data. 15 * @param location location of the data 15 * Sets the location of the data. 16 * 17 * @param location 18 * location of the data 16 19 */ 17 20 public void setLocation(String location); 18 21 19 22 /** 20 23 * Loads the data. 24 * 21 25 * @return the data 22 26 */
Note: See TracChangeset
for help on using the changeset viewer.