public enum EdgePlugin extends java.lang.Enum<EdgePlugin>
| Enum Constant and Description |
|---|
ENTERPRISE |
PANEL |
TRANSMISSION |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getModuleDependencies() |
java.lang.String |
getPluginName() |
boolean |
isActivated(ModuleManager manager) |
boolean |
isAvailable(GatewayContext context)
Returns true if the plugin is installed and is either licensed or in demo mode.
|
boolean |
isInstalled(ModuleManager manager) |
boolean |
isLicensed(LicenseManager manager) |
static EdgePlugin |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EdgePlugin[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EdgePlugin PANEL
public static final EdgePlugin ENTERPRISE
public static final EdgePlugin TRANSMISSION
public static EdgePlugin[] values()
for (EdgePlugin c : EdgePlugin.values()) System.out.println(c);
public static EdgePlugin valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic boolean isInstalled(@Nonnull
ModuleManager manager)
public boolean isLicensed(LicenseManager manager)
public boolean isActivated(ModuleManager manager)
public boolean isAvailable(@Nonnull
GatewayContext context)
public java.lang.String getPluginName()
public java.util.List<java.lang.String> getModuleDependencies()