Package com.opengamma.master.config

Examples of com.opengamma.master.config.ConfigMaster


  //-------------------------------------------------------------------------
  @Override
  public void init(ComponentRepository repo, LinkedHashMap<String, String> configuration) {

    ConfigMaster master = new EHCachingConfigMaster(getClassifier(),
                                                    getUnderlying(),
                                                    getCacheManager());

    // register
    ComponentInfo info = new ComponentInfo(ConfigMaster.class, getClassifier());
View Full Code Here


  }

  @Override
  protected void doRun() throws Exception {
    ToolContext toolContext = getToolContext();
    ConfigMaster configMaster = toolContext.getConfigMaster();
    CommandLine commandLine = getCommandLine();
   
    BloombergSecurityTypeDefinitionLoader loader;
    if (commandLine.hasOption(CONFIG_NAME_OPT)) {
      loader = new BloombergSecurityTypeDefinitionLoader(configMaster, commandLine.getOptionValue(CONFIG_NAME_OPT));
View Full Code Here

TOP

Related Classes of com.opengamma.master.config.ConfigMaster

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.