Package | Description |
---|---|
org.xwiki.component.annotation |
Modifier and Type | Method and Description |
---|---|
List<ComponentDeclaration> |
ComponentAnnotationLoader.getDeclaredComponents(ClassLoader classLoader,
String location)
Get all components listed in the passed resource file.
|
List<ComponentDeclaration> |
ComponentAnnotationLoader.getDeclaredComponents(InputStream componentListStream)
Get all components listed in the passed resource stream.
|
List<ComponentDeclaration> |
ComponentAnnotationLoader.getDeclaredComponentsFromJAR(InputStream jarFile)
Get all components listed in a JAR file.
|
Modifier and Type | Method and Description |
---|---|
void |
ComponentAnnotationLoader.initialize(ComponentManager manager,
ClassLoader classLoader,
List<ComponentDeclaration> componentDeclarations) |
void |
ComponentAnnotationLoader.register(ComponentManager manager,
ClassLoader classLoader,
List<ComponentDeclaration> componentDeclarations) |
void |
ComponentAnnotationLoader.unregister(ComponentManager manager,
ClassLoader classLoader,
List<ComponentDeclaration> componentDeclarations) |
Copyright © 2004–2021 XWiki. All rights reserved.