palio.compiler.model.groovy
Class GroovyServerModuleRegistry

java.lang.Object
  extended by pl.com.torn.jpalio.model.AbstractPalioModuleRegistry
      extended by palio.compiler.model.groovy.GroovyServerModuleRegistry
All Implemented Interfaces:
pl.com.torn.jpalio.model.palio.PalioModuleRegistryInterface

public class GroovyServerModuleRegistry
extends pl.com.torn.jpalio.model.AbstractPalioModuleRegistry


Field Summary
 
Fields inherited from interface pl.com.torn.jpalio.model.palio.PalioModuleRegistryInterface
DEFAULT_MODULES
 
Constructor Summary
GroovyServerModuleRegistry(Instance instance)
           
 
Method Summary
 pl.com.torn.jpalio.lang.modules.palio.PalioModuleInfo getModule(java.lang.String name)
           
 java.util.Collection<java.lang.String> getModules()
           
 
Methods inherited from class pl.com.torn.jpalio.model.AbstractPalioModuleRegistry
getFunctionInfo
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroovyServerModuleRegistry

public GroovyServerModuleRegistry(Instance instance)
Method Detail

getModules

public java.util.Collection<java.lang.String> getModules()

getModule

public pl.com.torn.jpalio.lang.modules.palio.PalioModuleInfo getModule(java.lang.String name)
                                                                throws java.lang.Exception
Throws:
java.lang.Exception