Class DefaultHostContainer
java.lang.Object
com.atlassian.plugin.hostcontainer.DefaultHostContainer
- All Implemented Interfaces:
HostContainer
Simple host container that instantiates classes directly.
- Since:
- 2.2.0
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultHostContainer
public DefaultHostContainer()
-
-
Method Details
-
create
Creates the object by instantiating the default constructor- Specified by:
createin interfaceHostContainer- Parameters:
moduleClass- The class to create- Returns:
- The instance
- Throws:
IllegalArgumentException- If the constructor couldn't be called successfully
-