|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthu.midori.kosmos.server.AbstractKosmosService
hu.midori.kosmos.server.sf.SfServiceImpl
public class SfServiceImpl
Implementation of the SourceForge service.
Uses simple page-scaping techniques to retrieve information directly from the SourceForge webpages.
Field Summary |
---|
Fields inherited from class hu.midori.kosmos.server.AbstractKosmosService |
---|
applicationContext |
Constructor Summary | |
---|---|
SfServiceImpl()
|
Method Summary | |
---|---|
java.util.List<SfRelease> |
getFileReleases(java.lang.String url)
Returns the file-releases related to a SF project. |
Methods inherited from class hu.midori.kosmos.server.AbstractKosmosService |
---|
beginStoreSession, endStoreSession, getResourceString, getTimestamp, setApplicationContext, setStore, storeChart, storeFile, trimList, updateTimestamp |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface hu.midori.kosmos.protocol.TimestampedService |
---|
getTimestamp |
Constructor Detail |
---|
public SfServiceImpl()
Method Detail |
---|
public java.util.List<SfRelease> getFileReleases(java.lang.String url)
SfService
getFileReleases
in interface SfService
url
- points to a SF project page (eg. http://www.sourceforge.net/projects/struts
).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |