org.terracotta.toolkit.internal.feature
Interface LicenseFeature

All Superinterfaces:
org.terracotta.toolkit.ToolkitFeature

public interface LicenseFeature
extends org.terracotta.toolkit.ToolkitFeature

Feature that can be used to check if certain licenses are enabled or not


Method Summary
 boolean isLicenseEnabled(String licenseName)
          Returns true if the license specified by licenseName is enabled, otherwise false
 
Methods inherited from interface org.terracotta.toolkit.ToolkitFeature
isEnabled
 

Method Detail

isLicenseEnabled

boolean isLicenseEnabled(String licenseName)
Returns true if the license specified by licenseName is enabled, otherwise false

Returns:
true if the license specified by licenseName is enabled, otherwise false


Copyright © 2013 Terracotta, Inc.. All Rights Reserved.