Class LicenseProperties

java.lang.Object
java.util.Dictionary<K,V>
java.util.Hashtable<Object,Object>
java.util.Properties
me.hsgamer.hscore.license.common.LicenseProperties
All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>

public class LicenseProperties extends Properties
The license properties
See Also:
  • Constructor Details

    • LicenseProperties

      public LicenseProperties()
      Create a new instance
    • LicenseProperties

      public LicenseProperties(Properties defaults)
      Create a new instance
      Parameters:
      defaults - the default properties
  • Method Details

    • getProperty

      public String getProperty(CommonLicenseProperty key)
      Get the property
      Parameters:
      key - the key
      Returns:
      the property
    • setProperty

      public void setProperty(CommonLicenseProperty key, String value)
      Set the property
      Parameters:
      key - the key
      value - the value