Class LuminolUpdater
java.lang.Object
io.github.projectunified.mcserverupdater.api.GithubReleaseUpdater
io.github.projectunified.mcserverupdater.updater.LuminolUpdater
- All Implemented Interfaces:
Checksum
,InputStreamUpdater
,SimpleChecksum
,Updater
-
Field Summary
Fields inherited from class io.github.projectunified.mcserverupdater.api.GithubReleaseUpdater
build, releasesUrl, repo, updateBuilder, version
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.json.JSONObject
Methods inherited from class io.github.projectunified.mcserverupdater.api.GithubReleaseUpdater
getChecksum, getCurrentChecksum, getDebugConsumer, getInputStream, getLatestRelease, getReleaseByPredicate, getReleaseByTag, getReleaseByTagMatch, setChecksum
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.github.projectunified.mcserverupdater.api.InputStreamUpdater
update
Methods inherited from interface io.github.projectunified.mcserverupdater.api.SimpleChecksum
checksum
-
Constructor Details
-
LuminolUpdater
-
-
Method Details
-
getArtifactPattern
- Specified by:
getArtifactPattern
in classGithubReleaseUpdater
-
getDefaultVersion
- Specified by:
getDefaultVersion
in classGithubReleaseUpdater
-
getReleaseObject
public org.json.JSONObject getReleaseObject()- Specified by:
getReleaseObject
in classGithubReleaseUpdater
-