Class FreeLicenseState
- java.lang.Object
- 
- com.inductiveautomation.ignition.common.licensing.FreeLicenseState
 
- 
- All Implemented Interfaces:
- LicenseState,- java.io.Serializable
 
 public class FreeLicenseState extends java.lang.Object implements LicenseState - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description FreeLicenseState()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)LicenseModegetLicenseMode()ModuleLicensegetModuleLicense()LicenseDetailsgetPlatformLicense()static LicenseStategetSharedInstance()java.util.DategetTrialExpirationDate()The Date at which this demo's trial period will expire, or expired at if already expired.booleanisTrialExpired()Whether or not this demo's trial period has expired.java.lang.StringtoString()
 
- 
- 
- 
Method Detail- 
getSharedInstancepublic static LicenseState getSharedInstance() 
 - 
getTrialExpirationDatepublic java.util.Date getTrialExpirationDate() Description copied from interface:LicenseStateThe Date at which this demo's trial period will expire, or expired at if already expired. Not relevant unless the LicenseMode is Demo.- Specified by:
- getTrialExpirationDatein interface- LicenseState
 
 - 
getLicenseModepublic LicenseMode getLicenseMode() - Specified by:
- getLicenseModein interface- LicenseState
- Returns:
- the LicenseModefor this given LicenseState.
 
 - 
getModuleLicensepublic ModuleLicense getModuleLicense() - Specified by:
- getModuleLicensein interface- LicenseState
- Returns:
- the LicenseDetails in effect for this LicenseState for this particular module. If the LicenseMode is not Activated this can be null.
 
 - 
getPlatformLicensepublic LicenseDetails getPlatformLicense() - Specified by:
- getPlatformLicensein interface- LicenseState
- Returns:
- the PlatformLicense in effect for this LicenseState. If the LicenseMode is not Activated this can be null.
 
 - 
isTrialExpiredpublic boolean isTrialExpired() Description copied from interface:LicenseStateWhether or not this demo's trial period has expired. Only relevant when the LicenseMode is Trial.- Specified by:
- isTrialExpiredin interface- LicenseState
- Returns:
- true if the demo's trial has expired
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 - 
equalspublic boolean equals(java.lang.Object o) - Overrides:
- equalsin class- java.lang.Object
 
 
- 
 
-