Groovy 2.2.0

org.codehaus.groovy.runtime.m12n
[Java] Class MetaInfExtensionModule

java.lang.Object
  org.codehaus.groovy.runtime.m12n.ExtensionModule
      org.codehaus.groovy.runtime.m12n.SimpleExtensionModule
          org.codehaus.groovy.runtime.m12n.MetaInfExtensionModule

public class MetaInfExtensionModule
extends SimpleExtensionModule

A SimpleExtensionModule implementation which reads extension classes metadata from META-INF.

Authors:
Cedric Champeau
Since:
2.0.0


Field Summary
static String MODULE_INSTANCE_CLASSES_KEY

static String MODULE_STATIC_CLASSES_KEY

 
Method Summary
List getInstanceMethodsExtensionClasses()

List getStaticMethodsExtensionClasses()

static MetaInfExtensionModule newModule(Properties properties, ClassLoader loader)

 
Methods inherited from class SimpleExtensionModule
getInstanceMethodsExtensionClasses, getMetaMethods, getStaticMethodsExtensionClasses
 
Methods inherited from class ExtensionModule
getMetaMethods, getName, getVersion
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

MODULE_INSTANCE_CLASSES_KEY

public static final String MODULE_INSTANCE_CLASSES_KEY


MODULE_STATIC_CLASSES_KEY

public static final String MODULE_STATIC_CLASSES_KEY


 
Method Detail

getInstanceMethodsExtensionClasses

@Override
public List getInstanceMethodsExtensionClasses()


getStaticMethodsExtensionClasses

@Override
public List getStaticMethodsExtensionClasses()


newModule

public static MetaInfExtensionModule newModule(Properties properties, ClassLoader loader)


 

Copyright © 2003-2013 The Codehaus. All rights reserved.