public class SpringBootstrap extends PluginLifeCycle implements org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
| Modifier and Type | Field and Description |
|---|---|
private org.springframework.beans.factory.BeanFactory |
factory
.
|
private ClassLoader |
loader
.
|
log| Constructor and Description |
|---|
SpringBootstrap() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
protected FS |
createCommandFS() |
protected FS |
createConfFS() |
void |
destroy() |
void |
setBeanClassLoader(ClassLoader loader) |
void |
setBeanFactory(org.springframework.beans.factory.BeanFactory factory) |
getConfig, getContext, setConfig, start, stopprivate ClassLoader loader
private org.springframework.beans.factory.BeanFactory factory
public SpringBootstrap()
public void setBeanClassLoader(ClassLoader loader)
setBeanClassLoader in interface org.springframework.beans.factory.BeanClassLoaderAwarepublic void setBeanFactory(org.springframework.beans.factory.BeanFactory factory) throws org.springframework.beans.BeansException
setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAwareorg.springframework.beans.BeansExceptionpublic void afterPropertiesSet() throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionprotected FS createCommandFS() throws IOException, URISyntaxException
IOExceptionURISyntaxExceptionprotected FS createConfFS() throws IOException, URISyntaxException
IOExceptionURISyntaxExceptionCopyright © 2014 eXo Platform SAS. All Rights Reserved.