org.squashtest.tm.service.internal.testautomation.configuration
Class DefaultTestAutomationServerFactoryBean

java.lang.Object
  extended by org.squashtest.tm.service.internal.testautomation.configuration.DefaultTestAutomationServerFactoryBean
All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<org.squashtest.tm.domain.testautomation.TestAutomationServer>

@Component(value="tm.testautomation.server.default.factory")
public class DefaultTestAutomationServerFactoryBean
extends Object
implements org.springframework.beans.factory.FactoryBean<org.squashtest.tm.domain.testautomation.TestAutomationServer>


Constructor Summary
DefaultTestAutomationServerFactoryBean()
           
 
Method Summary
 org.squashtest.tm.domain.testautomation.TestAutomationServer getObject()
           
 Class<?> getObjectType()
           
 boolean isSingleton()
           
 void setDefaultsProperties(Properties defaultsProperties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultTestAutomationServerFactoryBean

public DefaultTestAutomationServerFactoryBean()
Method Detail

setDefaultsProperties

public void setDefaultsProperties(Properties defaultsProperties)

getObject

public org.squashtest.tm.domain.testautomation.TestAutomationServer getObject()
                                                                       throws Exception
Specified by:
getObject in interface org.springframework.beans.factory.FactoryBean<org.squashtest.tm.domain.testautomation.TestAutomationServer>
Throws:
Exception

getObjectType

public Class<?> getObjectType()
Specified by:
getObjectType in interface org.springframework.beans.factory.FactoryBean<org.squashtest.tm.domain.testautomation.TestAutomationServer>

isSingleton

public boolean isSingleton()
Specified by:
isSingleton in interface org.springframework.beans.factory.FactoryBean<org.squashtest.tm.domain.testautomation.TestAutomationServer>


Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.