public class

DefaultPackageScannerConfiguration

extends Object
implements Startable PackageScannerConfiguration
java.lang.Object
   ↳ com.atlassian.jira.plugin.DefaultPackageScannerConfiguration

Class Overview

Default package scanner configuration. This controls what goes into the OSGI world and what does not.

"One day your in...ze next day your outz!" (Heidi Klum 2008)

Summary

Public Constructors
DefaultPackageScannerConfiguration(BuildUtilsInfo buildUtilsInfo)
Public Methods
String getCurrentHostVersion()
List<String> getJarExcludes()
List<String> getJarIncludes()
List<String> getPackageExcludes()
List<String> getPackageIncludes()
Map<StringString> getPackageVersions()
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.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.extension.Startable
From interface com.atlassian.plugin.osgi.container.PackageScannerConfiguration

Public Constructors

public DefaultPackageScannerConfiguration (BuildUtilsInfo buildUtilsInfo)

Parameters
buildUtilsInfo The build information for this JIRA instance.

Public Methods

public String getCurrentHostVersion ()

public List<String> getJarExcludes ()

public List<String> getJarIncludes ()

public List<String> getPackageExcludes ()

public List<String> getPackageIncludes ()

public Map<StringString> getPackageVersions ()

public ServletContext getServletContext ()

public void start ()

This method will be called after the plugin system is fully initialised and all components added to the dependency injection framework.

Throws
Exception

public String toString ()

Returns a human-readable representation of this DefaultPackageScannerConfiguration.

Returns
  • a String