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.Exception
public 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.Exception
org.springframework.beans.factory.InitializingBean
の afterPropertiesSet
java.lang.Exception
public void setRequiresHashFiles(boolean requiresHashFiles)