| Package | Description |
|---|---|
| com.atlassian.plugin | |
| com.atlassian.plugin.impl | |
| com.atlassian.plugin.parsers | |
| com.atlassian.plugin.util |
| Modifier and Type | Method and Description |
|---|---|
InstallationMode |
Plugin.getInstallationMode()
Gets the installation mode
|
static InstallationMode |
InstallationMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstallationMode[] |
InstallationMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.fugue.Option<InstallationMode> |
PluginPermission.getInstallationMode()
The installation mode for that permission.
|
static com.atlassian.fugue.Option<InstallationMode> |
InstallationMode.of(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
static Plugin |
Permissions.addPermission(Plugin plugin,
java.lang.String permission,
InstallationMode mode) |
| Constructor and Description |
|---|
PluginPermission(java.lang.String name,
InstallationMode installationMode) |
| Constructor and Description |
|---|
PluginPermission(java.lang.String name,
com.atlassian.fugue.Option<InstallationMode> installationMode) |
| Modifier and Type | Method and Description |
|---|---|
InstallationMode |
AbstractDelegatingPlugin.getInstallationMode() |
InstallationMode |
AbstractPlugin.getInstallationMode() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<ModuleReader> |
PluginDescriptorReader.getModuleReaders(InstallationMode installationMode) |
java.lang.Iterable<org.dom4j.Element> |
PluginDescriptorReader.getModules(InstallationMode installationMode) |
java.util.Set<java.lang.String> |
PluginInformationReader.getPermissions(InstallationMode installationMode) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
PluginUtils.doesModuleElementApplyToApplication(org.dom4j.Element element,
java.util.Set<Application> applications,
InstallationMode installationMode)
Determines if a module element applies to the current application by matching the 'application' attribute
to the set of applications.
|
Copyright © 2013 Atlassian. All Rights Reserved.