org.kuali.common.util.spring
Class GetVersionPropertiesFactoryBean

java.lang.Object
  extended by org.kuali.common.util.property.processor.VersionProcessor
      extended by org.kuali.common.util.spring.GetVersionPropertiesFactoryBean
All Implemented Interfaces:
PropertyProcessor, org.springframework.beans.factory.FactoryBean<Properties>

public class GetVersionPropertiesFactoryBean
extends VersionProcessor
implements org.springframework.beans.factory.FactoryBean<Properties>


Constructor Summary
GetVersionPropertiesFactoryBean()
           
 
Method Summary
 Properties getObject()
           
 Class<Properties> getObjectType()
           
 String getPrefix()
           
 String getVersion()
           
 boolean isSingleton()
           
 void setPrefix(String prefix)
           
 void setVersion(String version)
           
 
Methods inherited from class org.kuali.common.util.property.processor.VersionProcessor
getExcludes, getIncludes, getIncrementalSuffix, getMajorSuffix, getMinorSuffix, getPropertyOverwriteMode, getQualifierSuffix, getSnapshotSuffix, getTrimmedSuffix, getVersionProperties, isAlwaysAddOrOverride, process, setAlwaysAddOrOverride, setExcludes, setIncludes, setIncrementalSuffix, setMajorSuffix, setMinorSuffix, setPropertyOverwriteMode, setQualifierSuffix, setSnapshotSuffix, setTrimmedSuffix
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetVersionPropertiesFactoryBean

public GetVersionPropertiesFactoryBean()
Method Detail

getObject

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

getObjectType

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

isSingleton

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

getPrefix

public String getPrefix()

setPrefix

public void setPrefix(String prefix)

getVersion

public String getVersion()

setVersion

public void setVersion(String version)


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