java.lang.Object | |
↳ | com.atlassian.jira.util.JiraComponentFactory |
Default implementation of ComponentFactory
that uses loadComponent(Class, java.util.Collection)
and
loadComponent(Class)
.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Create an object of the passed type using constructor dependency injection.
| |||||||||||
Create an object of the passed type using constructor dependency injection.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object | |||||||||||||||
From interface
com.atlassian.jira.util.ComponentFactory
|
Create an object of the passed type using constructor dependency injection. A runtime exception will be thrown if the object cannot be created.
type | the type of the object to create. |
---|---|
arguments | additional objects that can be used to resolve dependencies |
Create an object of the passed type using constructor dependency injection. A runtime exception will be thrown if the object cannot be created.
type | the type of the object to create. |
---|