public class ComponentLocationProvider extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static QName |
NAME_ANNOTATION_KEY |
| Constructor and Description |
|---|
ComponentLocationProvider() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getDocName(Object element) |
protected static String |
getSourceFile(AnnotatedObject element) |
protected static Integer |
getSourceFileLine(AnnotatedObject element) |
static String |
resolveProcessorRepresentation(String appId,
String processorPath,
Object element)
Generates a representation of a flow element to be logged in a standard way.
|
protected static final QName NAME_ANNOTATION_KEY
public static String resolveProcessorRepresentation(String appId, String processorPath, Object element)
appId - processorPath - element - public static String getDocName(Object element)
element - the element to get the doc:name from.doc:name attribute value of the element.protected static String getSourceFile(AnnotatedObject element)
protected static Integer getSourceFileLine(AnnotatedObject element)
Copyright © 2017 MuleSoft, Inc.. All rights reserved.