Uses of Class
com.threerings.config.ArgumentMap

Packages that use ArgumentMap
com.threerings.config Configuration management. 
 

Uses of ArgumentMap in com.threerings.config
 

Methods in com.threerings.config that return ArgumentMap
 ArgumentMap ArgumentMap.clone()
           
 ArgumentMap ConfigReference.getArguments()
          Returns a reference to the argument map.
 

Methods in com.threerings.config with parameters of type ArgumentMap
<T extends ManagedConfig>
T
ConfigManager.getConfig(Class<T> clazz, String name, ArgumentMap args)
          Retrieves a configuration by class, name, and arguments.
<T extends ManagedConfig>
T
ConfigManager.getConfig(Class<T> clazz, String name, Scope scope, ArgumentMap args)
          Retrieves a configuration by class, name, scope, and arguments.
 ManagedConfig ManagedConfig.getInstance(ArgumentMap args)
          Returns the derived instance with the supplied arguments.
 ParameterizedConfig ParameterizedConfig.getInstance(Scope scope, ArgumentMap args)
           
 ManagedConfig ManagedConfig.getInstance(Scope scope, ArgumentMap args)
          Returns the derived instance in the specified scope with the supplied arguments.
 



Copyright © 2011. All Rights Reserved.