public class DirectoryScanningPluginFactory extends Object implements org.springframework.beans.factory.FactoryBean
Constructor and Description |
---|
DirectoryScanningPluginFactory(List<com.atlassian.plugin.factories.PluginFactory> pluginFactories,
com.atlassian.plugin.event.PluginEventManager eventManager) |
Modifier and Type | Method and Description |
---|---|
Object |
getObject() |
Class |
getObjectType() |
boolean |
isSingleton() |
public DirectoryScanningPluginFactory(List<com.atlassian.plugin.factories.PluginFactory> pluginFactories, com.atlassian.plugin.event.PluginEventManager eventManager)
public Object getObject()
getObject
in interface org.springframework.beans.factory.FactoryBean
ScanningPluginLoader
which scans the directory represented by the value of
SystemProperty.DIRECTORY_SCANNING_PLUGIN_SCAN_DIR
or null if the value isn't a readable directory.public Class getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean
public boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.