com.atlassian.confluence.setup
Class LegacyLicenseUtils
java.lang.Object
com.atlassian.confluence.setup.LegacyLicenseUtils
public class LegacyLicenseUtils
- extends Object
Contains utility methods for old version 1 licenses.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LegacyLicenseUtils
public LegacyLicenseUtils()
isCurrentLicenseV1
public static boolean isCurrentLicenseV1()
- Returns:
- true if the current configured license is an old version 1 license, false otherwise.
isLicenseV1
public static boolean isLicenseV1(String licenseString)
throws com.atlassian.license.LicenseException
- Returns:
- true if the specified license is an old version 1 license, false otherwise.
- Throws:
com.atlassian.license.LicenseException