| java.lang.Object | ||
| ↳ | com.atlassian.plugin.loaders.ScanningPluginLoader | |
| ↳ | com.atlassian.plugin.loaders.DirectoryPluginLoader | |
Known Direct Subclasses
|
A plugin loader to load plugins from a directory on disk. A DirectoryScanner is used to locate plugin artifacts and determine if they need to be redeployed or not.
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.plugin.loaders.ScanningPluginLoader
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a loader for a particular directory and set of deployers
| |||||||||||
Constructs a loader for a particular directory and set of deployers
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.plugin.loaders.ScanningPluginLoader
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.plugin.loaders.DynamicPluginLoader
| |||||||||||
From interface
com.atlassian.plugin.loaders.PluginLoader
| |||||||||||
Constructs a loader for a particular directory and set of deployers
| path | The directory containing the plugins |
|---|---|
| pluginFactories | The deployers that will handle turning an artifact into a plugin |
| pluginEventManager | The event manager, used for listening for shutdown events |
Constructs a loader for a particular directory and set of deployers
| path | The directory containing the plugins |
|---|---|
| pluginFactories | The deployers that will handle turning an artifact into a plugin |
| pluginArtifactFactory | The plugin artifact factory |
| pluginEventManager | The event manager, used for listening for shutdown events |