public class DefaultPackageScannerConfiguration extends Object implements com.atlassian.plugin.osgi.container.PackageScannerConfiguration, Startable
"One day your in...ze next day your outz!" (Heidi Klum 2008)
| Constructor and Description |
|---|
DefaultPackageScannerConfiguration(BuildUtilsInfo buildUtilsInfo) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrentHostVersion() |
List<String> |
getJarExcludes() |
List<String> |
getJarIncludes() |
List<String> |
getPackageExcludes() |
List<String> |
getPackageIncludes() |
Map<String,String> |
getPackageVersions() |
javax.servlet.ServletContext |
getServletContext() |
void |
start()
This method will be called after the plugin system is fully initialised and all components added to the
dependency injection framework.
|
String |
toString()
Returns a human-readable representation of this DefaultPackageScannerConfiguration.
|
public DefaultPackageScannerConfiguration(BuildUtilsInfo buildUtilsInfo)
buildUtilsInfo - The build information for this JIRA instance.public void start()
throws Exception
Startablepublic List<String> getJarIncludes()
getJarIncludes in interface com.atlassian.plugin.osgi.container.PackageScannerConfigurationpublic List<String> getJarExcludes()
getJarExcludes in interface com.atlassian.plugin.osgi.container.PackageScannerConfigurationpublic List<String> getPackageIncludes()
getPackageIncludes in interface com.atlassian.plugin.osgi.container.PackageScannerConfigurationpublic List<String> getPackageExcludes()
getPackageExcludes in interface com.atlassian.plugin.osgi.container.PackageScannerConfigurationpublic Map<String,String> getPackageVersions()
getPackageVersions in interface com.atlassian.plugin.osgi.container.PackageScannerConfigurationpublic String getCurrentHostVersion()
getCurrentHostVersion in interface com.atlassian.plugin.osgi.container.PackageScannerConfigurationpublic javax.servlet.ServletContext getServletContext()
getServletContext in interface com.atlassian.plugin.osgi.container.PackageScannerConfigurationCopyright © 2002-2019 Atlassian. All Rights Reserved.