| Package | Description |
|---|---|
| com.atlassian.plugin.loaders | |
| com.atlassian.plugin.loaders.classloading |
| Modifier and Type | Class and Description |
|---|---|
class |
DirectoryScanner
Scans the filesystem for changed or added plugin files and stores a map of the currently known ones.
|
class |
FileListScanner
A scanner that simply scans a given set of input files.
|
class |
RosterFileScanner
A Scanner which polls a file containing a list of file names to define its content.
|
| Modifier and Type | Field and Description |
|---|---|
protected Scanner |
ScanningPluginLoader.scanner |
| Constructor and Description |
|---|
ScanningPluginLoader(Scanner scanner,
List<PluginFactory> pluginFactories,
PluginArtifactFactory pluginArtifactFactory,
PluginEventManager pluginEventManager)
Construct a new scanning plugin loader with no default values
|
ScanningPluginLoader(Scanner scanner,
List<PluginFactory> pluginFactories,
PluginEventManager pluginEventManager)
Constructor that provides a default plugin artifact factory
`
|
| Modifier and Type | Class and Description |
|---|---|
class |
EmptyScanner
A
Scanner which never finds anything. |
class |
ForwardingScanner
Forwarding delegate for a
Scanner. |
| Constructor and Description |
|---|
ForwardingScanner(Scanner delegate) |
Copyright © 2018 Atlassian. All rights reserved.