Class License

    • Constructor Detail

      • License

        public License()
      • License

        public License​(java.util.Map<java.lang.String,​java.lang.Object> map)
    • Method Detail

      • getLicense

        public java.lang.String getLicense()
        Specified by:
        getLicense in interface ILicense
      • getCustomer

        public java.lang.String getCustomer()
        Specified by:
        getCustomer in interface ILicense
      • getApplication

        public java.lang.String getApplication()
        Specified by:
        getApplication in interface ILicense
      • getIpaddress

        public java.lang.String getIpaddress()
        Specified by:
        getIpaddress in interface ILicense
      • getPlatform

        public java.lang.String getPlatform()
        Specified by:
        getPlatform in interface ILicense
      • getUsers

        public long getUsers()
        Specified by:
        getUsers in interface ILicense
      • getCapabilities

        public java.util.List<java.lang.String> getCapabilities()
        Specified by:
        getCapabilities in interface ILicense
      • readValues

        public static long readValues​(java.util.Map<java.lang.String,​java.lang.Object> map,
                                      java.lang.String key)