Package me.hsgamer.hscore.license.common
Class LicenseResult
java.lang.Object
me.hsgamer.hscore.license.common.LicenseResult
The result from
LicenseChecker
-
Constructor Summary
ConstructorDescriptionLicenseResult
(LicenseStatus status, LicenseProperties properties) Create a new result -
Method Summary
Modifier and TypeMethodDescriptionGet the propertiesGet the status
-
Constructor Details
-
LicenseResult
Create a new result- Parameters:
status
- the statusproperties
- the properties
-
-
Method Details
-
getStatus
Get the status- Returns:
- the status
-
getProperties
Get the properties- Returns:
- the properties
-