public class FineLicense extends AbstractLicense
CHECK_FAIL, FILE_NAME, SEPARATOR| 构造器和说明 |
|---|
FineLicense(JSONObject jo) |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
getString(java.lang.String key,
java.lang.String defaultValue)
扩展
|
boolean |
isAppContentMatch()
工程内容匹配
|
boolean |
isAppNameMatch()
工程名匹配
|
boolean |
isMacAddressMatch()
mac地址匹配
|
boolean |
isMultiServer()
是否超出注册数量
|
boolean |
isOvertime()
是否过期
|
boolean |
isUUIDMatch()
UUID匹配
|
boolean |
isVersionMatch()
版本号匹配
|
int |
maxConcurrencyLevel()
最大并发数
|
int |
maxDataConnectionLevel()
最大数据连接数
|
int |
maxDecisionUserLevel()
决策平台用户数
|
int |
maxMobileUserLevel()
移动决策平台用户数
|
int |
maxReportletLevel()
Reportlet容量
|
boolean |
support(FunctionPoint functionPoint)
是否支持某功能点
|
boolean |
support(PluginMarker plugin)
是否支持某插件
|
companyName, deadline, getAppContent, getAppName, getBoolean, getDongleSerialNum, getInnerString, getInt, getJSONObject, getLong, getMacAddress, getUUID, getVersion, isOnTrial, isTemp, projectName, signature, templateEncryptionKeypublic FineLicense(JSONObject jo)
public java.lang.String getString(java.lang.String key,
java.lang.String defaultValue)
Licensepublic int maxConcurrencyLevel()
Licensepublic int maxDataConnectionLevel()
Licensepublic int maxReportletLevel()
Licensepublic int maxDecisionUserLevel()
Licensepublic int maxMobileUserLevel()
Licensepublic boolean isVersionMatch()
Licensepublic boolean isAppNameMatch()
Licensepublic boolean isAppContentMatch()
Licensepublic boolean isMultiServer()
Licensepublic boolean isUUIDMatch()
Licensepublic boolean isMacAddressMatch()
Licensepublic boolean isOvertime()
Licensepublic boolean support(FunctionPoint functionPoint)
Licensepublic boolean support(PluginMarker plugin)
License