org.kuali.common.util.spring
Class ScmServiceFactoryBean

java.lang.Object
  extended by org.kuali.common.util.spring.ScmServiceFactoryBean
All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<ScmService>

public class ScmServiceFactoryBean
extends Object
implements org.springframework.beans.factory.FactoryBean<ScmService>


Constructor Summary
ScmServiceFactoryBean()
           
 
Method Summary
 ScmService getObject()
           
 Class<ScmService> getObjectType()
           
 String getUrl()
           
 boolean isSingleton()
           
 void setUrl(String url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScmServiceFactoryBean

public ScmServiceFactoryBean()
Method Detail

getObject

public ScmService getObject()
                     throws Exception
Specified by:
getObject in interface org.springframework.beans.factory.FactoryBean<ScmService>
Throws:
Exception

getObjectType

public Class<ScmService> getObjectType()
Specified by:
getObjectType in interface org.springframework.beans.factory.FactoryBean<ScmService>

isSingleton

public boolean isSingleton()
Specified by:
isSingleton in interface org.springframework.beans.factory.FactoryBean<ScmService>

getUrl

public String getUrl()

setUrl

public void setUrl(String url)


Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.