public class LicenseServiceUtils extends Object
Modifier and Type | Field and Description |
---|---|
static String |
TRIAL_LICENSE_URL |
Constructor and Description |
---|
LicenseServiceUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
checkProLicenseAndThrowException(String[] commandNames)
Throw an exception if there is no valid pro license.
|
static boolean |
isProLicenseValid()
Check for a Liquibase Pro License.
|
public static final String TRIAL_LICENSE_URL
public static boolean isProLicenseValid()
public static void checkProLicenseAndThrowException(String[] commandNames) throws CommandValidationException
commandNames
- the name of the command; each element of the array will be joined by spacesCommandValidationException
- the exception thrown if the license is not validCopyright © 2023 Liquibase.org. All rights reserved.