Uses of Class
com.atlassian.plugin.InstallationMode

Packages that use InstallationMode
com.atlassian.plugin   
com.atlassian.plugin.impl   
com.atlassian.plugin.parsers   
com.atlassian.plugin.util   
 

Uses of InstallationMode in com.atlassian.plugin
 

Methods in com.atlassian.plugin that return InstallationMode
 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.
 

Methods in com.atlassian.plugin that return types with arguments of type InstallationMode
 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)
           
 

Methods in com.atlassian.plugin with parameters of type InstallationMode
static Plugin Permissions.addPermission(Plugin plugin, java.lang.String permission, InstallationMode mode)
           
 

Constructors in com.atlassian.plugin with parameters of type InstallationMode
PluginPermission(java.lang.String name, InstallationMode installationMode)
           
 

Constructor parameters in com.atlassian.plugin with type arguments of type InstallationMode
PluginPermission(java.lang.String name, com.atlassian.fugue.Option<InstallationMode> installationMode)
           
 

Uses of InstallationMode in com.atlassian.plugin.impl
 

Methods in com.atlassian.plugin.impl that return InstallationMode
 InstallationMode AbstractDelegatingPlugin.getInstallationMode()
           
 InstallationMode AbstractPlugin.getInstallationMode()
           
 

Uses of InstallationMode in com.atlassian.plugin.parsers
 

Methods in com.atlassian.plugin.parsers with parameters of type InstallationMode
 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)
           
 

Uses of InstallationMode in com.atlassian.plugin.util
 

Methods in com.atlassian.plugin.util with parameters of type InstallationMode
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 © 2014 Atlassian. All Rights Reserved.