|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.knuth.chkupdate.Provider
public abstract class Provider
Abstract base-class for a Provider.
Constructor Summary | |
---|---|
Provider()
|
Method Summary | |
---|---|
abstract UpdateResult |
doCheck()
Performs the Update-Check. |
abstract java.lang.String |
getName()
Returns the Name of the Service used by this Provider |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Provider()
Method Detail |
---|
public abstract UpdateResult doCheck() throws UpdateRequestException, UpdateResponseException
UpdateRequestException
- Thrown when
there was a problem requesting informations
from the Provider.
UpdateResponseException
- Thrown when
there was a problem parsing the response
from the Provider.public abstract java.lang.String getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |