org.kuali.common.util.property
Interface PropertyLoadContext

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

public interface PropertyLoadContext
extends PropertyContext


Method Summary
 String getEncoding()
           
 String getLocation(String location, Properties properties)
           
 List<String> getLocations()
           
 Properties init()
           
 
Methods inherited from interface org.kuali.common.util.property.PropertyContext
getProcessors, initialize
 

Method Detail

init

Properties init()

getLocations

List<String> getLocations()

getLocation

String getLocation(String location,
                   Properties properties)

getEncoding

String getEncoding()


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