org.jvnet.hk2.internal
Class DynamicConfigurationServiceImpl

java.lang.Object
  extended by org.jvnet.hk2.internal.DynamicConfigurationServiceImpl
All Implemented Interfaces:
DynamicConfigurationService

@Singleton
public class DynamicConfigurationServiceImpl
extends Object
implements DynamicConfigurationService

Author:
jwells

Method Summary
 DynamicConfiguration createDynamicConfiguration()
          Creates a dynamic configuration that can be used to add or remove values to the system
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createDynamicConfiguration

public DynamicConfiguration createDynamicConfiguration()
Description copied from interface: DynamicConfigurationService
Creates a dynamic configuration that can be used to add or remove values to the system

Specified by:
createDynamicConfiguration in interface DynamicConfigurationService
Returns:
A dynamic configuration to be used to add values to the system


Copyright © 2013 Oracle Corporation. All Rights Reserved.