com.atlassian.confluence.setup
Class LegacyLicenseUtils

java.lang.Object
  extended by com.atlassian.confluence.setup.LegacyLicenseUtils

public class LegacyLicenseUtils
extends Object

Contains utility methods for old version 1 licenses.


Constructor Summary
LegacyLicenseUtils()
           
 
Method Summary
static boolean isCurrentLicenseV1()
           
static boolean isLicenseV1(String licenseString)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LegacyLicenseUtils

public LegacyLicenseUtils()
Method Detail

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


Copyright © 2003-2012 Atlassian. All Rights Reserved.