Package com.atlassian.plugin.impl
Class XmlDynamicPlugin
java.lang.Object
com.atlassian.plugin.impl.AbstractPlugin
com.atlassian.plugin.impl.XmlDynamicPlugin
- All Implemented Interfaces:
Plugin,PluginInternal,Resourced,ScopeAware,Comparable<Plugin>
A dynamic XML plugin that consists of the Atlassian plugin descriptor
- Since:
- 2.1.0
-
Field Summary
Fields inherited from class com.atlassian.plugin.impl.AbstractPlugin
pluginArtifact -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()getResource(String name) getResourceAsStream(String name) booleanbooleanboolean<M> Class<M>Methods inherited from class com.atlassian.plugin.impl.AbstractPlugin
addDynamicModuleDescriptor, addModuleDescriptor, cleanVersionString, compareAndSetPluginState, compareTo, containsSystemModule, disable, disableInternal, enable, enableInternal, getActivePermissions, getDateEnabled, getDateEnabling, getDateInstalled, getDateLoaded, getDependencies, getDynamicModuleDescriptors, getI18nNameKey, getInstallationMode, getKey, getLog, getModuleDescriptor, getModuleDescriptors, getModuleDescriptorsByModuleClass, getName, getPluginArtifact, getPluginInformation, getPluginState, getPluginsVersion, getRequiredPlugins, getResourceDescriptor, getResourceDescriptors, getResourceLocation, getScopeKey, hasAllPermissions, install, installInternal, isBundledPlugin, isEnabledByDefault, isSystemPlugin, removeDynamicModuleDescriptor, removeModuleDescriptor, resolve, setBundledPlugin, setEnabledByDefault, setI18nNameKey, setKey, setName, setPluginInformation, setPluginState, setPluginsVersion, setResources, setSystemPlugin, toString, uninstall, uninstallInternal
-
Constructor Details
-
XmlDynamicPlugin
-
-
Method Details
-
isUninstallable
public boolean isUninstallable() -
isDeleteable
public boolean isDeleteable() -
isDynamicallyLoaded
public boolean isDynamicallyLoaded() -
close
public void close()- Overrides:
closein classAbstractPlugin
-
loadClass
- Throws:
ClassNotFoundException
-
getClassLoader
-
getResource
-
getResourceAsStream
-