public abstract class Premium extends Object
| Constructor and Description |
|---|
Premium() |
| Modifier and Type | Method and Description |
|---|---|
static Premium |
get() |
String |
getBuildDate()
Deprecated.
Please use LtBuildInfo.PREMIUM.getBuildDate() instead.
|
String |
getShortGitId()
Deprecated.
Please use LtBuildInfo.PREMIUM.getShortGitId() instead.
|
String |
getVersion()
Deprecated.
Please use LtBuildInfo.PREMIUM.getVersion() instead.
|
abstract boolean |
isPremiumRule(Rule rule) |
static boolean |
isPremiumStatusCheck(AnnotatedText text) |
static boolean |
isPremiumVersion() |
static boolean |
isTempNotPremium(Rule rule) |
public static boolean isTempNotPremium(Rule rule)
public static boolean isPremiumStatusCheck(AnnotatedText text)
public static Premium get()
public static boolean isPremiumVersion()
public abstract boolean isPremiumRule(Rule rule)
@Deprecated public String getBuildDate()
@Deprecated public String getShortGitId()
@Deprecated public String getVersion()