com.fatwire.gst.foundation.groovy
Interface GroovyLoader

All Known Implementing Classes:
DiskGroovyLoader, GroovyElementCatalogLoader, SpringDiskGroovyLoader

public interface GroovyLoader

Interface to load Groovy scripts and classes

Author:
Dolf Dijkstra

Method Summary
 Object load(String name)
           
 

Method Detail

load

Object load(String name)
            throws Exception
Parameters:
name - the name of the class
Returns:
the Object loaded by Groovy
Throws:
Exception


Copyright © 2010-2013 Oracle Corporation. All Rights Reserved.