public class CustomModuleRegistryFactoryBean extends java.lang.Object implements org.springframework.beans.factory.FactoryBean<WritableModuleRegistry>, org.springframework.context.EnvironmentAware, org.springframework.beans.factory.InitializingBean
SynchronizingModuleRegistry を作成します (file:// プロトコル以外のすべてに対して同期レジストリを使用します)。| コンストラクターと説明 |
|---|
CustomModuleRegistryFactoryBean(java.lang.String root) |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | afterPropertiesSet() |
WritableModuleRegistry | getObject() |
java.lang.Class<WritableModuleRegistry> | getObjectType() |
boolean | isSingleton() |
void | setEnvironment(org.springframework.core.env.Environment environment) |
void | setRequiresHashFiles(boolean requiresHashFiles) |
public CustomModuleRegistryFactoryBean(java.lang.String root)
public WritableModuleRegistry getObject() throws java.lang.Exception
org.springframework.beans.factory.FactoryBean<WritableModuleRegistry> 内の getObject java.lang.Exceptionpublic java.lang.Class<WritableModuleRegistry> getObjectType()
org.springframework.beans.factory.FactoryBean<WritableModuleRegistry> 内の getObjectType public boolean isSingleton()
org.springframework.beans.factory.FactoryBean<WritableModuleRegistry> 内の isSingleton public void setEnvironment(org.springframework.core.env.Environment environment)
org.springframework.context.EnvironmentAware 内の setEnvironment public void afterPropertiesSet()
throws java.lang.Exceptionorg.springframework.beans.factory.InitializingBean 内の afterPropertiesSet java.lang.Exceptionpublic void setRequiresHashFiles(boolean requiresHashFiles)