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, start
getConfig, getContext, setConfig, start, stop
private 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.BeanClassLoaderAware
public void setBeanFactory(org.springframework.beans.factory.BeanFactory factory) throws org.springframework.beans.BeansException
setBeanFactory
in interface org.springframework.beans.factory.BeanFactoryAware
org.springframework.beans.BeansException
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
Exception
protected Map<String,FSMountFactory<?>> getMountFactories()
getMountFactories
in class Embedded
protected String resolveConfMountPointConfig()
resolveConfMountPointConfig
in class Embedded
protected String resolveCmdMountPointConfig()
resolveCmdMountPointConfig
in class Embedded
protected String getDefaultCmdMountPointConfig()
protected String getDefaultConfMountPointConfig()
Copyright © 2015 eXo Platform SAS. All Rights Reserved.