cvm.ucm.repository
Class SourceFileSysLoader

java.lang.Object
  extended by cvm.ucm.repository.SourceFileSysLoader
All Implemented Interfaces:
Sources

public class SourceFileSysLoader
extends java.lang.Object
implements Sources

This class retrieves a Macro from a file system given a function name. There is no overloading of a function name. This has been created for future implementation availability.

Author:
Abhishek B., Marylurdys H. and Eduardo Monteiro

Method Summary
static SourceFileSysLoader Instance(java.lang.String path)
           
 Macro loader(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

Instance

public static SourceFileSysLoader Instance(java.lang.String path)

loader

public Macro loader(java.lang.String name)
Specified by:
loader in interface Sources