Groovy Documentation

org.grails.plugin.platform.config
[Groovy] Class PluginConfigurationFactory

java.lang.Object
  org.grails.plugin.platform.config.PluginConfigurationFactory

class PluginConfigurationFactory

This is really ugly hack to allow us to init before spring context is done. We have to be able to init before Spring so that merged config is available everywhere it should be.


Field Summary
private static PluginConfiguration instance

 
Constructor Summary
PluginConfigurationFactory()

 
Method Summary
static PluginConfiguration getInstance()

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Field Detail

instance

private static PluginConfiguration instance


 
Constructor Detail

PluginConfigurationFactory

PluginConfigurationFactory()


 
Method Detail

getInstance

static PluginConfiguration getInstance()


 

Groovy Documentation