Class BibliothekUpdater
java.lang.Object
io.github.projectunified.mcserverupdater.api.BibliothekUpdater
- All Implemented Interfaces:
Checksum
,FileDigestChecksum
,InputStreamUpdater
,SimpleChecksum
,Updater
- Direct Known Subclasses:
LeavesUpdater
,MultiPaperUpdater
,PandaSpigotUpdater
public abstract class BibliothekUpdater
extends Object
implements InputStreamUpdater, FileDigestChecksum
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
BibliothekUpdater
(VersionQuery versionQuery, String project) -
Method Summary
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.FileDigestChecksum
getCurrentChecksum, getMessageDigest, setChecksum
Methods inherited from interface io.github.projectunified.mcserverupdater.api.InputStreamUpdater
update
Methods inherited from interface io.github.projectunified.mcserverupdater.api.SimpleChecksum
checksum
-
Constructor Details
-
BibliothekUpdater
-
-
Method Details
-
getApiUrl
-
getChecksumAlgorithm
-
getDownloadKey
-
getDownloadName
-
getChecksum
- Specified by:
getChecksum
in interfaceSimpleChecksum
-
getInputStream
- Specified by:
getInputStream
in interfaceInputStreamUpdater
-
getDebugConsumer
- Specified by:
getDebugConsumer
in interfaceUpdater
-