Package de.eldoria.eldoutilities.updater
Class DefaultUpdateResponse
java.lang.Object
de.eldoria.eldoutilities.updater.DefaultUpdateResponse
- All Implemented Interfaces:
- UpdateResponse
- 
Constructor SummaryConstructorsConstructorDescriptionDefaultUpdateResponse(boolean update, String latest) Create a new Update check response.
- 
Method Summary
- 
Constructor Details- 
DefaultUpdateResponseCreate a new Update check response.- Parameters:
- update- whether a new version is available or not
- latest- latest available version
 
 
- 
- 
Method Details- 
create
- 
isOutdatedpublic boolean isOutdated()- Specified by:
- isOutdatedin interface- UpdateResponse
 
- 
latestVersion- Specified by:
- latestVersionin interface- UpdateResponse
 
 
-