public class LibrariesElementHandler extends Object implements DocumentHandler, ElementHandler
| Modifier and Type | Field and Description |
|---|---|
(package private) static org.slf4j.Logger |
log |
(package private) ObjectFactory |
objectFactory |
(package private) DependencyResolver |
resolver |
| Constructor and Description |
|---|
LibrariesElementHandler(ObjectFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
Set<Dependency> |
findDependencies(Element root) |
String |
getKey() |
void |
handle(IContainer container,
Document doc,
Variables variables,
DependencyInjection dependencyInjection) |
void |
handleElement(ProcessContainer container,
Element element,
Variables variables,
DependencyInjection dependencyInjection) |
boolean |
handlesElement(Element element) |
static org.slf4j.Logger log
final ObjectFactory objectFactory
final DependencyResolver resolver
public LibrariesElementHandler(ObjectFactory factory)
public String getKey()
getKey in interface ElementHandlerpublic boolean handlesElement(Element element)
handlesElement in interface ElementHandlerpublic void handleElement(ProcessContainer container, Element element, Variables variables, DependencyInjection dependencyInjection) throws Exception
handleElement in interface ElementHandlerExceptionpublic void handle(IContainer container, Document doc, Variables variables, DependencyInjection dependencyInjection) throws Exception
handle in interface DocumentHandlerExceptionpublic Set<Dependency> findDependencies(Element root)
Copyright © 2018. All rights reserved.