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)  | 
getMetaMethodsgetName, getVersion, toStringpublic static final String MODULE_INSTANCE_CLASSES_KEY
public static final String MODULE_STATIC_CLASSES_KEY
public List<Class> getInstanceMethodsExtensionClasses()
getInstanceMethodsExtensionClasses in class SimpleExtensionModulepublic List<Class> getStaticMethodsExtensionClasses()
getStaticMethodsExtensionClasses in class SimpleExtensionModulepublic static MetaInfExtensionModule newModule(Properties properties, ClassLoader loader)