Interface FileDigestChecksum
- All Superinterfaces:
Checksum
,SimpleChecksum
- All Known Implementing Classes:
BibliothekUpdater
,LeavesUpdater
,MohistUpdater
,MultiPaperUpdater
,PandaSpigotUpdater
,PaperUpdater
,PurpurUpdater
,SpongeUpdater
-
Method Summary
Modifier and TypeMethodDescriptiondefault String
getCurrentChecksum
(File file) default void
setChecksum
(File file) Methods inherited from interface io.github.projectunified.mcserverupdater.api.SimpleChecksum
checksum, getChecksum
-
Method Details
-
getMessageDigest
- Throws:
Exception
-
getCurrentChecksum
- Specified by:
getCurrentChecksum
in interfaceSimpleChecksum
- Throws:
Exception
-
setChecksum
- Specified by:
setChecksum
in interfaceChecksum
- Throws:
Exception
-