org.fudgemsg.types.secondary
Class SecondaryTypeLoader

java.lang.Object
  extended by org.fudgemsg.types.secondary.SecondaryTypeLoader

public class SecondaryTypeLoader
extends Object

Loads the secondary types from a resources file. The resources file must list entries as Java class = secondary type implementation.


Method Summary
static void addTypes(FudgeTypeDictionary dictionary)
          Loads the contents of SecondaryTypeLoader.properties and updates the supplied type dictionary with the secondary type definitions found.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

addTypes

public static void addTypes(FudgeTypeDictionary dictionary)
Loads the contents of SecondaryTypeLoader.properties and updates the supplied type dictionary with the secondary type definitions found.

Parameters:
dictionary - dictionary to update


Copyright 2009-Present by OpenGamma Inc. and individual contributors
Released under the Apache License, Version 2.0