Uses of Interface
com.atlassian.plugin.loaders.classloading.Scanner
Packages that use Scanner
-
Uses of Scanner in com.atlassian.plugin.loaders
Classes in com.atlassian.plugin.loaders that implement ScannerModifier and TypeClassDescriptionclassScans the filesystem for changed or added plugin files and stores a map of the currently known ones.classA scanner that simply scans a given set of input files.classA Scanner which polls a file containing a list of file names to define its content.Fields in com.atlassian.plugin.loaders declared as ScannerConstructors in com.atlassian.plugin.loaders with parameters of type ScannerModifierConstructorDescriptionScanningPluginLoader(Scanner scanner, List<PluginFactory> pluginFactories, PluginEventManager pluginEventManager) Constructor that provides a default plugin artifact factory `ScanningPluginLoader(Scanner scanner, List<PluginFactory> pluginFactories, PluginArtifactFactory pluginArtifactFactory, PluginEventManager pluginEventManager) Construct a new scanning plugin loader with no default values -
Uses of Scanner in com.atlassian.plugin.loaders.classloading
Classes in com.atlassian.plugin.loaders.classloading that implement ScannerModifier and TypeClassDescriptionclassAScannerwhich never finds anything.classForwarding delegate for aScanner.Constructors in com.atlassian.plugin.loaders.classloading with parameters of type Scanner