public final class PackageScannerConfigurationFactory extends Object implements org.springframework.beans.factory.FactoryBean<com.atlassian.plugin.osgi.container.PackageScannerConfiguration>, org.springframework.web.context.ServletContextAware
| 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()  | 
void | 
setServletContext(javax.servlet.ServletContext servletContext)  | 
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>public void setServletContext(javax.servlet.ServletContext servletContext)
setServletContext in interface org.springframework.web.context.ServletContextAwareCopyright © 2018 Atlassian. All rights reserved.