public class DefaultHostContainer extends Object implements HostContainer
| Constructor and Description |
|---|
DefaultHostContainer() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
create(Class<T> moduleClass)
Creates the object by instantiating the default constructor
|
public <T> T create(Class<T> moduleClass) throws IllegalArgumentException
create in interface HostContainermoduleClass - The class to createIllegalArgumentException - If the constructor couldn't be called successfullyCopyright © 2019 Atlassian. All rights reserved.