public class MetaInfExtensionModule extends SimpleExtensionModule
SimpleExtensionModule
implementation which reads extension classes
metadata from META-INF.Modifier and Type | Field and Description |
---|---|
static String |
MODULE_INSTANCE_CLASSES_KEY |
static String |
MODULE_STATIC_CLASSES_KEY |
Modifier and Type | Method and Description |
---|---|
List<Class> |
getInstanceMethodsExtensionClasses() |
List<Class> |
getStaticMethodsExtensionClasses() |
static MetaInfExtensionModule |
newModule(Properties properties,
ClassLoader loader) |
getMetaMethods
getName, getVersion, toString
public static final String MODULE_INSTANCE_CLASSES_KEY
public static final String MODULE_STATIC_CLASSES_KEY
public List<Class> getInstanceMethodsExtensionClasses()
getInstanceMethodsExtensionClasses
in class SimpleExtensionModule
public List<Class> getStaticMethodsExtensionClasses()
getStaticMethodsExtensionClasses
in class SimpleExtensionModule
public static MetaInfExtensionModule newModule(Properties properties, ClassLoader loader)