|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.plugin.hostcontainer.DefaultHostContainer
public class DefaultHostContainer
Simple host container that instantiates classes directly.
| Constructor Summary | |
|---|---|
DefaultHostContainer()
|
|
| Method Summary | ||
|---|---|---|
|
create(java.lang.Class<T> moduleClass)
Creates the object by instantiating the default constructor |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultHostContainer()
| Method Detail |
|---|
public <T> T create(java.lang.Class<T> moduleClass)
throws java.lang.IllegalArgumentException
create in interface HostContainermoduleClass - The class to create
java.lang.IllegalArgumentException - If the constructor couldn't be called successfully
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||