org.kuali.hr.time
Class SpringBasedOJBRepositoryLoader

java.lang.Object
  extended by org.kuali.hr.time.SpringBasedOJBRepositoryLoader
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

public class SpringBasedOJBRepositoryLoader
extends Object
implements org.springframework.beans.factory.InitializingBean


Constructor Summary
SpringBasedOJBRepositoryLoader()
           
 
Method Summary
 void afterPropertiesSet()
           
 List<String> getPathLocations()
           
 void loadRepositoryDescriptor(String ojbRepositoryFilePath)
           
 void setPathLocations(List<String> pathLocations)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringBasedOJBRepositoryLoader

public SpringBasedOJBRepositoryLoader()
Method Detail

afterPropertiesSet

public void afterPropertiesSet()
                        throws Exception
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
Throws:
Exception

loadRepositoryDescriptor

public void loadRepositoryDescriptor(String ojbRepositoryFilePath)

getPathLocations

public List<String> getPathLocations()

setPathLocations

public void setPathLocations(List<String> pathLocations)


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