com.versioneye.persistence.IProductResourceDao Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of versioneye-core-j Show documentation
Show all versions of versioneye-core-j Show documentation
This is the java implementation of the VersionEye core services. It contains
some buisiness logic and utility classes.
package com.versioneye.persistence;
import com.versioneye.domain.ProductResource;
import java.util.List;
/**
* Created with IntelliJ IDEA.
* User: robertreiz
* Date: 12/30/12
* Time: 8:13 PM
*/
public interface IProductResourceDao {
List getGitHubResources();
void updateCrawledForGithub(ProductResource resource);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy