|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PluginLicenseManagerAccessor
Accesses the CompatiblePluginLicenseManager based on whether or not UPM 2.0 is installed.
| Method Summary | |
|---|---|
LegacyCompatiblePluginLicenseManager |
getLegacyPluginLicenseManager()
Returns the LegacyCompatiblePluginLicenseManager for the current plugin, regardless of
whether or not UPM 2.0 is installed. |
CompatiblePluginLicenseManager |
getPluginLicenseManager()
Returns the CompatiblePluginLicenseManager to be used based on whether or not UPM 2.0 is installed. |
boolean |
isOnDemand()
Returns true if this plugin is being run in an On Demand environment, false if Behind the Firewall. |
boolean |
isUpmPluginLicenseManagerResolved()
Returns true if UPM 2.0's plugin license manager is resolved and in use, false if not. |
| Method Detail |
|---|
CompatiblePluginLicenseManager getPluginLicenseManager()
CompatiblePluginLicenseManager to be used based on whether or not UPM 2.0 is installed.
CompatiblePluginLicenseManager to be used based on whether or not UPM 2.0 is installed.LegacyCompatiblePluginLicenseManager getLegacyPluginLicenseManager()
LegacyCompatiblePluginLicenseManager for the current plugin, regardless of
whether or not UPM 2.0 is installed. Use this method for functionality that you where you want to continue
using your plugin's legacy licensing methods even if UPM 2.0 is installed.
LegacyCompatiblePluginLicenseManager for the current plugin.boolean isOnDemand()
boolean isUpmPluginLicenseManagerResolved()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||