com.metamatrix.query.function.metadata
Class FunctionMetadataReader

java.lang.Object
  extended by com.metamatrix.query.function.metadata.FunctionMetadataReader

public class FunctionMetadataReader
extends java.lang.Object

This class is reader for the UDF xmi file. This class reads a xmi file and loads the functions


Constructor Summary
FunctionMetadataReader()
           
 
Method Summary
static java.util.List<FunctionMethod> loadFunctionMethods(java.io.InputStream source)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FunctionMetadataReader

public FunctionMetadataReader()
Method Detail

loadFunctionMethods

public static java.util.List<FunctionMethod> loadFunctionMethods(java.io.InputStream source)
                                                          throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2009. All Rights Reserved.