com.atlassian.confluence.license.validator
Class StandaloneLicenseValidator

java.lang.Object
  extended by com.atlassian.confluence.license.validator.StandaloneLicenseValidator
All Implemented Interfaces:
LicenseValidator

@Internal
public class StandaloneLicenseValidator
extends java.lang.Object
implements LicenseValidator

Validates if running the standalone version of Confluence, that the license is NOT for data center. The test is skipped for CDC.


Constructor Summary
StandaloneLicenseValidator(ClusterManager clusterManager)
           
 
Method Summary
 void validate(com.atlassian.extras.api.confluence.ConfluenceLicense license)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandaloneLicenseValidator

public StandaloneLicenseValidator(ClusterManager clusterManager)
Method Detail

validate

public void validate(com.atlassian.extras.api.confluence.ConfluenceLicense license)
Specified by:
validate in interface LicenseValidator


Copyright © 2003-2014 Atlassian. All Rights Reserved.