public class PackageScannerConfigurationFactory extends Object implements org.springframework.beans.factory.FactoryBean<com.atlassian.plugin.osgi.container.PackageScannerConfiguration>
| Constructor and Description |
|---|
PackageScannerConfigurationFactory(List<String> packageIncludes,
List<String> packageExcludes,
Map<String,String> packageVersions) |
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.plugin.osgi.container.PackageScannerConfiguration |
getObject() |
Class<com.atlassian.plugin.osgi.container.PackageScannerConfiguration> |
getObjectType() |
boolean |
isSingleton() |
public com.atlassian.plugin.osgi.container.PackageScannerConfiguration getObject()
throws Exception
getObject in interface org.springframework.beans.factory.FactoryBean<com.atlassian.plugin.osgi.container.PackageScannerConfiguration>Exceptionpublic Class<com.atlassian.plugin.osgi.container.PackageScannerConfiguration> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<com.atlassian.plugin.osgi.container.PackageScannerConfiguration>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<com.atlassian.plugin.osgi.container.PackageScannerConfiguration>Copyright © 2016 Atlassian. All Rights Reserved.