org.xwiki.configuration.internal
Class DeprecatedConfigurationSourceProvider

java.lang.Object
  extended by org.xwiki.configuration.internal.DeprecatedConfigurationSourceProvider
All Implemented Interfaces:
Provider<ConfigurationSource>

Deprecated. since 4.0M1 use provider with default hint

@Component
@Named(value="configurationSource")
@Singleton
@Deprecated
public class DeprecatedConfigurationSourceProvider
extends Object
implements Provider<ConfigurationSource>

Provide the default ConfigurationSource provider for the hint "configurationSource".

Since:
3.5M1

Constructor Summary
DeprecatedConfigurationSourceProvider()
          Deprecated.  
 
Method Summary
 ConfigurationSource get()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeprecatedConfigurationSourceProvider

public DeprecatedConfigurationSourceProvider()
Deprecated. 
Method Detail

get

public ConfigurationSource get()
Deprecated. 
Specified by:
get in interface Provider<ConfigurationSource>