| com.atlassian.jira.util.ComponentLocator |
Known Indirect Subclasses
|
A locator that allows components to be looked up at runtime.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Find a component of the passed class in JIRA.
| |||||||||||
Find a component of the passed class in JIRA.
| |||||||||||
Create a com.google.common.base.Supplier for the passed component.
| |||||||||||
Find a component of the passed class in JIRA. This is a synonym for
getComponentInstanceOfType(Class) but has a shorter and more
meaningful name.
| type | the class of the component to look for. Must not be null. |
|---|
Find a component of the passed class in JIRA.
| type | the class of the component to look for. Must not be null. |
|---|
Create a com.google.common.base.Supplier for the passed component.
| type | the class of the component to look for. Must not be null. |
|---|

