Class ExtraClassPathLoader

java.lang.Object
org.openspaces.pu.container.servicegrid.ExtraClassPathLoader
All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean

public class ExtraClassPathLoader extends Object implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
  • Constructor Details

    • ExtraClassPathLoader

      public ExtraClassPathLoader()
  • Method Details

    • getPaths

      public List<String> getPaths()
    • setPaths

      public void setPaths(List<String> paths)
    • afterPropertiesSet

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

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