org.kuali.common.util.spring
Class GetVersionPropertiesFactoryBean
java.lang.Object
org.kuali.common.util.property.processor.VersionProcessor
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>
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 |
GetVersionPropertiesFactoryBean
public GetVersionPropertiesFactoryBean()
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.