SkyLib
1.1.1
SkyLib
/
de.skyslycer.skylib.updater
/
CheckResult
Check
Result
public
class
CheckResult
This class contains information about the result of a version check.
Constructors
Functions
Constructors
Check
Result
Link copied to clipboard
public
void
CheckResult
(
String
version
,
String
url
,
PluginPlatform
platform
)
Create a new check result.
Functions
platform
Link copied to clipboard
public
PluginPlatform
platform
(
)
Get the update platform.
url
Link copied to clipboard
public
String
url
(
)
Get the plugin url.
version
Link copied to clipboard
public
String
version
(
)
Get the new version.