com.atlassian.plugin.manager
Class TestPluginEnabler.MyPlugin

java.lang.Object
  extended by com.atlassian.plugin.impl.AbstractPlugin
      extended by com.atlassian.plugin.impl.StaticPlugin
          extended by com.atlassian.plugin.manager.TestPluginEnabler.MyPlugin
All Implemented Interfaces:
Plugin, Resourced, Comparable<Plugin>
Enclosing class:
TestPluginEnabler

public static class TestPluginEnabler.MyPlugin
extends StaticPlugin


Field Summary
 
Fields inherited from interface com.atlassian.plugin.Plugin
NAME_COMPARATOR, VERSION_1, VERSION_2, VERSION_3
 
Constructor Summary
TestPluginEnabler.MyPlugin(String key, String... deps)
           
 
Method Summary
 Set<String> getRequiredPlugins()
           
 
Methods inherited from class com.atlassian.plugin.impl.StaticPlugin
getClassLoader, getResource, getResourceAsStream, isDeleteable, isDynamicallyLoaded, isUninstallable, loadClass, uninstallInternal
 
Methods inherited from class com.atlassian.plugin.impl.AbstractPlugin
addModuleDescriptor, close, compareAndSetPluginState, compareTo, containsSystemModule, disable, disableInternal, enable, enableInternal, getActivePermissions, getDateInstalled, getDateLoaded, getI18nNameKey, getInstallationMode, getKey, getLog, getModuleDescriptor, getModuleDescriptors, getModuleDescriptorsByModuleClass, getName, getPluginInformation, getPluginState, getPluginsVersion, getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation, hasAllPermissions, install, installInternal, isBundledPlugin, isEnabled, isEnabledByDefault, isSystemPlugin, removeModuleDescriptor, setEnabled, setEnabledByDefault, setI18nNameKey, setKey, setName, setPluginInformation, setPluginState, setPluginsVersion, setResources, setSystemPlugin, toString, uninstall
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestPluginEnabler.MyPlugin

public TestPluginEnabler.MyPlugin(String key,
                                  String... deps)
Method Detail

getRequiredPlugins

public Set<String> getRequiredPlugins()
Specified by:
getRequiredPlugins in interface Plugin
Overrides:
getRequiredPlugins in class AbstractPlugin


Copyright © 2014 Atlassian. All rights reserved.