org.kuali.common.util.spring
Class ScmServiceFactoryBean
java.lang.Object
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScmServiceFactoryBean
public ScmServiceFactoryBean()
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.