Class ComponentContainerFactory
java.lang.Object
com.atlassian.jira.com.rproxy.goskope.component.spring.ComponentContainerFactory
A factory for
ComponentContainers.- Since:
- 8.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates a container with the given level.
-
Constructor Details
-
ComponentContainerFactory
public ComponentContainerFactory()
-
-
Method Details
-
newContainer
Creates a container with the given level. It will contain no components untilComponentContainer.refresh()is called. The configuration class for the container will be determined by the given level.- Parameters:
level- the desired level of the new container- Returns:
- the created container
- Since:
- 8.0
- See Also:
-