com.atlassian.plugin.impl
Interface DynamicPlugin

All Superinterfaces:
java.lang.Comparable<Plugin>, Plugin, Resourced
All Known Implementing Classes:
DefaultDynamicPlugin, XmlDynamicPlugin

public interface DynamicPlugin
extends Plugin


Field Summary
 
Fields inherited from interface com.atlassian.plugin.Plugin
NAME_COMPARATOR
 
Method Summary
 void setBundled(boolean bundled)
           
 void setDeletable(boolean deletable)
           
 
Methods inherited from interface com.atlassian.plugin.Plugin
addModuleDescriptor, close, containsSystemModule, getClassLoader, getDateLoaded, getI18nNameKey, getKey, getModuleDescriptor, getModuleDescriptors, getModuleDescriptorsByModuleClass, getName, getPluginInformation, getPluginsVersion, getResource, getResourceAsStream, isBundledPlugin, isDeleteable, isDynamicallyLoaded, isEnabled, isEnabledByDefault, isSystemPlugin, isUninstallable, loadClass, setEnabled, setEnabledByDefault, setI18nNameKey, setKey, setName, setPluginInformation, setPluginsVersion, setResources, setSystemPlugin
 
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)

setBundled

void setBundled(boolean bundled)


Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.