com.atlassian.bamboo.plugin
Class BambooHostContainer

java.lang.Object
  extended by com.atlassian.bamboo.plugin.BambooHostContainer
All Implemented Interfaces:
com.atlassian.plugin.hostcontainer.HostContainer, org.springframework.context.ApplicationContextAware

public class BambooHostContainer
extends java.lang.Object
implements com.atlassian.plugin.hostcontainer.HostContainer, org.springframework.context.ApplicationContextAware


Constructor Summary
BambooHostContainer()
           
 
Method Summary
<T> T
create(java.lang.Class<T> moduleClass)
           
 void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BambooHostContainer

public BambooHostContainer()
Method Detail

create

public <T> T create(java.lang.Class<T> moduleClass)
         throws java.lang.IllegalArgumentException
Specified by:
create in interface com.atlassian.plugin.hostcontainer.HostContainer
Throws:
java.lang.IllegalArgumentException

setApplicationContext

public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
                           throws org.springframework.beans.BeansException
Specified by:
setApplicationContext in interface org.springframework.context.ApplicationContextAware
Throws:
org.springframework.beans.BeansException


Copyright © 2012 Atlassian. All Rights Reserved.