org.kuali.common.util.property
Interface PropertyLoadContext

All Superinterfaces:
PropertyContext
All Known Implementing Classes:
DefaultPropertyLoadContext, PropertyFactoryBean

public interface PropertyLoadContext
extends PropertyContext


Method Summary
 List<PropertyProcessor> getLoadProcessors()
           
 List<String> getLocations()
           
 Mode getMissingLocationsMode()
           
 void initializeLoadProcessors()
           
 
Methods inherited from interface org.kuali.common.util.property.PropertyContext
getEncoding, getProcessors, initialize
 

Method Detail

getLocations

List<String> getLocations()

getMissingLocationsMode

Mode getMissingLocationsMode()

getLoadProcessors

List<PropertyProcessor> getLoadProcessors()

initializeLoadProcessors

void initializeLoadProcessors()


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