Uses of Enum Class
me.hsgamer.hscore.license.common.LicenseStatus
Packages that use LicenseStatus
Package
Description
Contains the base classes for the license checker
A template package for
me.hsgamer.hscore.license.common-
Uses of LicenseStatus in me.hsgamer.hscore.license.common
Methods in me.hsgamer.hscore.license.common that return LicenseStatusModifier and TypeMethodDescriptionLicenseResult.getStatus()Get the statusstatic LicenseStatusReturns the enum constant of this class with the specified name.static LicenseStatus[]LicenseStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in me.hsgamer.hscore.license.common with parameters of type LicenseStatusModifierConstructorDescriptionLicenseResult(LicenseStatus status, LicenseProperties properties) Create a new result -
Uses of LicenseStatus in me.hsgamer.hscore.license.template
Methods in me.hsgamer.hscore.license.template that return types with arguments of type LicenseStatusModifier and TypeMethodDescriptionLicenseTemplate.getResult()Get the result of the license checkerMethods in me.hsgamer.hscore.license.template with parameters of type LicenseStatusModifier and TypeMethodDescriptionvoidLicenseTemplate.addMessage(LicenseStatus status, String... message) Add the messagevoidLicenseTemplate.addMessage(LicenseStatus status, Function<List<LicenseResult>, List<String>> message) Add the messagevoidLicenseTemplate.addMessage(LicenseStatus status, List<String> message) Add the message