|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Scanner | |
|---|---|
| com.atlassian.plugin.loaders | |
| Uses of Scanner in com.atlassian.plugin.loaders |
|---|
| Classes in com.atlassian.plugin.loaders that implement Scanner | |
|---|---|
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. |
| Fields in com.atlassian.plugin.loaders declared as Scanner | |
|---|---|
protected Scanner |
ScanningPluginLoader.scanner
|
| Constructors in com.atlassian.plugin.loaders with parameters of type Scanner | |
|---|---|
ScanningPluginLoader(Scanner scanner,
java.util.List<PluginFactory> pluginFactories,
PluginArtifactFactory pluginArtifactFactory,
PluginEventManager pluginEventManager)
Construct a new scanning plugin loader with no default values |
|
ScanningPluginLoader(Scanner scanner,
java.util.List<PluginFactory> pluginFactories,
PluginEventManager pluginEventManager)
Constructor that provides a default plugin artifact factory ` |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||