source: trunk/CrossPare/src/de/ugoe/cs/cpdp/loader/IDecentVersionLoader.java @ 36

Last change on this file since 36 was 32, checked in by ftrautsch, 10 years ago

integrating decent into crosspare

  • Property svn:mime-type set to text/plain
File size: 252 bytes
Line 
1package de.ugoe.cs.cpdp.loader;
2
3import java.util.List;
4
5import de.ugoe.cs.cpdp.versions.SoftwareVersion;
6
7public interface IDecentVersionLoader extends IVersionLoader{
8       
9        public List<SoftwareVersion> load(List<String> decentAttributes);
10
11}
Note: See TracBrowser for help on using the repository browser.