org.kuali.common.util.spring
Class PropertyFactoryBean

java.lang.Object
  extended by org.kuali.common.util.property.DefaultPropertyContext
      extended by org.kuali.common.util.property.DefaultPropertyLoadContext
          extended by org.kuali.common.util.spring.PropertyFactoryBean
All Implemented Interfaces:
PropertyContext, PropertyLoadContext, org.springframework.beans.factory.FactoryBean<Properties>

public class PropertyFactoryBean
extends DefaultPropertyLoadContext
implements org.springframework.beans.factory.FactoryBean<Properties>


Field Summary
protected static Properties instance
           
 
Constructor Summary
PropertyFactoryBean()
           
 
Method Summary
protected  Properties getInstance()
           
 Properties getObject()
           
 Class<Properties> getObjectType()
           
 PropertyService getService()
           
 boolean isShow()
           
 boolean isSingleton()
           
 void setService(PropertyService service)
           
 void setShow(boolean show)
           
 void setSingleton(boolean singleton)
           
 
Methods inherited from class org.kuali.common.util.property.DefaultPropertyLoadContext
getEncoding, getGlobalProperties, getGroupId, getGroupIdProperty, getLocation, getLocationHelperExclude, getLocationHelperExcludes, getLocationHelperInclude, getLocationHelperIncludes, getLocationHelperProcessors, getLocationHelperProperties, getLocationHelperProperties, getLocationProcessors, getLocations, getMissingLocationsMode, getOrganizationGroupId, getResolvedLocation, getValidatedLocation, getVersionProperty, init, setEncoding, setGroupIdProperty, setLocationHelperExclude, setLocationHelperExcludes, setLocationHelperInclude, setLocationHelperIncludes, setLocationHelperProperties, setLocations, setMissingLocationsMode, setOrganizationGroupId, setVersionProperty, validate, validateGlobalPropertiesMode, validateResolved
 
Methods inherited from class org.kuali.common.util.property.DefaultPropertyContext
addProcessors, getBuildProperties, getBuildPropertyExcludes, getBuildPropertyIncludes, getDefaultProcessors, getEncProcessor, getEncryptionMode, getEncryptionPassword, getEncryptionStrength, getGlobalPropertiesMode, getHelper, getObscurer, getPlaceholderKey, getPrefix, getProcessors, getProperties, getResolvePlaceholders, getStyle, getStyleProcessor, initialize, log, remove, resolve, resolveAndRemove, setBuildProperties, setBuildPropertyExcludes, setBuildPropertyIncludes, setEncryptionMode, setEncryptionPassword, setEncryptionStrength, setGlobalPropertiesMode, setHelper, setObscurer, setPrefix, setProcessors, setProperties, setResolvePlaceholders, setStyle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.kuali.common.util.property.PropertyContext
getProcessors, initialize
 

Field Detail

instance

protected static Properties instance
Constructor Detail

PropertyFactoryBean

public PropertyFactoryBean()
Method Detail

getObject

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

getInstance

protected Properties getInstance()

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>

setSingleton

public void setSingleton(boolean singleton)

getService

public PropertyService getService()

setService

public void setService(PropertyService service)

isShow

public boolean isShow()

setShow

public void setShow(boolean show)


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