org.xwiki.test
Class MockConfigurationSource

java.lang.Object
  extended by org.xwiki.configuration.internal.AbstractConfigurationSource
      extended by org.xwiki.configuration.internal.MemoryConfigurationSource
          extended by org.xwiki.test.MockConfigurationSource
All Implemented Interfaces:
ConfigurationSource

public class MockConfigurationSource
extends org.xwiki.configuration.internal.MemoryConfigurationSource

Mock ConfigurationSource that returns an empty list of configuration sources.

Since:
1.6M2
Version:
$Id$

Constructor Summary
MockConfigurationSource()
           
 
Method Summary
static org.xwiki.component.descriptor.DefaultComponentDescriptor<ConfigurationSource> getDescriptor(String roleHint)
           
 
Methods inherited from class org.xwiki.configuration.internal.MemoryConfigurationSource
containsKey, getKeys, getProperty, getProperty, getProperty, isEmpty, removeProperty, setProperty
 
Methods inherited from class org.xwiki.configuration.internal.AbstractConfigurationSource
getDefault
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockConfigurationSource

public MockConfigurationSource()
Method Detail

getDescriptor

public static org.xwiki.component.descriptor.DefaultComponentDescriptor<ConfigurationSource> getDescriptor(String roleHint)


Copyright © 2004-2012 XWiki. All Rights Reserved.