|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.plugin.impl.AbstractPlugin
com.atlassian.plugin.module.MockContainerManagedPlugin
public class MockContainerManagedPlugin
| Field Summary |
|---|
| Fields inherited from interface com.atlassian.plugin.Plugin |
|---|
NAME_COMPARATOR |
| Constructor Summary | |
|---|---|
MockContainerManagedPlugin(com.atlassian.plugin.module.ContainerAccessor containerAccessor)
|
|
| Method Summary | ||
|---|---|---|
ClassLoader |
getClassLoader()
|
|
com.atlassian.plugin.module.ContainerAccessor |
getContainerAccessor()
|
|
URL |
getResource(String path)
|
|
InputStream |
getResourceAsStream(String name)
|
|
boolean |
isDeleteable()
|
|
boolean |
isDynamicallyLoaded()
|
|
boolean |
isUninstallable()
|
|
|
loadClass(String clazz,
Class<?> callingClass)
|
|
| Methods inherited from class com.atlassian.plugin.impl.AbstractPlugin |
|---|
addModuleDescriptor, close, compareAndSetPluginState, compareTo, containsSystemModule, disable, disableInternal, enable, enableInternal, getDateLoaded, getI18nNameKey, getKey, getLog, getModuleDescriptor, getModuleDescriptors, getModuleDescriptorsByModuleClass, getName, getPluginInformation, getPluginState, getPluginsVersion, getRequiredPlugins, getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation, install, installInternal, isBundledPlugin, isEnabled, isEnabledByDefault, isSystemPlugin, removeModuleDescriptor, setEnabled, setEnabledByDefault, setI18nNameKey, setKey, setName, setPluginInformation, setPluginState, setPluginsVersion, setResources, setSystemPlugin, toString, uninstall, uninstallInternal |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.atlassian.plugin.Plugin |
|---|
addModuleDescriptor, close, containsSystemModule, disable, enable, getDateLoaded, getI18nNameKey, getKey, getModuleDescriptor, getModuleDescriptors, getModuleDescriptorsByModuleClass, getName, getPluginInformation, getPluginState, getPluginsVersion, getRequiredPlugins, install, isBundledPlugin, isEnabled, isEnabledByDefault, isSystemPlugin, 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 |
| Constructor Detail |
|---|
public MockContainerManagedPlugin(com.atlassian.plugin.module.ContainerAccessor containerAccessor)
| Method Detail |
|---|
public com.atlassian.plugin.module.ContainerAccessor getContainerAccessor()
getContainerAccessor in interface com.atlassian.plugin.module.ContainerManagedPluginpublic boolean isUninstallable()
isUninstallable in interface com.atlassian.plugin.Pluginpublic boolean isDeleteable()
isDeleteable in interface com.atlassian.plugin.Pluginpublic boolean isDynamicallyLoaded()
isDynamicallyLoaded in interface com.atlassian.plugin.Plugin
public <T> Class<T> loadClass(String clazz,
Class<?> callingClass)
throws ClassNotFoundException
loadClass in interface com.atlassian.plugin.PluginClassNotFoundExceptionpublic ClassLoader getClassLoader()
getClassLoader in interface com.atlassian.plugin.Pluginpublic URL getResource(String path)
getResource in interface com.atlassian.plugin.Pluginpublic InputStream getResourceAsStream(String name)
getResourceAsStream in interface com.atlassian.plugin.Plugin
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||