public class SpringBootstrap extends Embedded 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 String |
cmdMountPointConfig
.
|
private String |
confMountPointConfig
.
|
protected HashMap<String,FSMountFactory<?>> |
drivers
.
|
private org.springframework.beans.factory.BeanFactory |
factory
.
|
private ClassLoader |
loader
.
|
log| Constructor and Description |
|---|
SpringBootstrap() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
destroy() |
String |
getCmdMountPointConfig() |
String |
getConfMountPointConfig() |
protected String |
getDefaultCmdMountPointConfig() |
protected String |
getDefaultConfMountPointConfig() |
protected Map<String,FSMountFactory<?>> |
getMountFactories() |
protected String |
resolveCmdMountPointConfig() |
protected String |
resolveConfMountPointConfig() |
void |
setBeanClassLoader(ClassLoader loader) |
void |
setBeanFactory(org.springframework.beans.factory.BeanFactory factory) |
void |
setCmdMountPointConfig(String cmdMountPointConfig) |
void |
setConfMountPointConfig(String confMountPointConfig) |
create, createCommandFS, createConfFS, createFS, startgetConfig, getContext, setConfig, start, stopprivate ClassLoader loader
private org.springframework.beans.factory.BeanFactory factory
protected final HashMap<String,FSMountFactory<?>> drivers
private String cmdMountPointConfig
private String confMountPointConfig
public SpringBootstrap()
public String getCmdMountPointConfig()
public void setCmdMountPointConfig(String cmdMountPointConfig)
public String getConfMountPointConfig()
public void setConfMountPointConfig(String confMountPointConfig)
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 Map<String,FSMountFactory<?>> getMountFactories()
getMountFactories in class Embeddedprotected String resolveConfMountPointConfig()
resolveConfMountPointConfig in class Embeddedprotected String resolveCmdMountPointConfig()
resolveCmdMountPointConfig in class Embeddedprotected String getDefaultCmdMountPointConfig()
protected String getDefaultConfMountPointConfig()
Copyright © 2015 eXo Platform SAS. All Rights Reserved.