com.atlassian.plugin.impl
Interface DynamicPlugin

All Superinterfaces:
java.lang.Comparable<Plugin>, Plugin, Resourced

Deprecated. since 2.2.0, use a wrapping plugin based on AbstractDelegatingPlugin instead

public interface DynamicPlugin
extends Plugin


Field Summary
 
Fields inherited from interface com.atlassian.plugin.Plugin
NAME_COMPARATOR, VERSION_1, VERSION_2, VERSION_3
 
Method Summary
 void setBundled(boolean bundled)
          Deprecated.  
 void setDeletable(boolean deletable)
          Deprecated.  
 
Methods inherited from interface com.atlassian.plugin.Plugin
addModuleDescriptor, close, containsSystemModule, disable, enable, getActivePermissions, getClassLoader, getDateLoaded, getI18nNameKey, getInstallationMode, getKey, getModuleDescriptor, getModuleDescriptors, getModuleDescriptorsByModuleClass, getName, getPluginInformation, getPluginState, getPluginsVersion, getRequiredPlugins, getResource, getResourceAsStream, hasAllPermissions, install, isBundledPlugin, isDeleteable, isDynamicallyLoaded, isEnabled, isEnabledByDefault, isSystemPlugin, isUninstallable, loadClass, setEnabled, setEnabledByDefault, setI18nNameKey, setKey, setName, setPluginInformation, setPluginsVersion, setResources, setSystemPlugin, uninstall
 
Methods inherited from interface com.atlassian.plugin.Resourced
getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

setDeletable

void setDeletable(boolean deletable)
Deprecated. 

setBundled

void setBundled(boolean bundled)
Deprecated. 


Copyright © 2013 Atlassian. All Rights Reserved.