@NoExtend public class ComponentLocationProvider extends Object
| Constructor and Description |
|---|
ComponentLocationProvider() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getDocName(Object element) |
static String |
getSourceCode(Component component) |
protected static String |
getSourceFile(Component component) |
protected static int |
getSourceFileLine(Component component) |
static String |
resolveProcessorRepresentation(String appId,
String processorPath,
Object element)
Deprecated.
Use
Component.getRepresentation() instead. |
@Deprecated public static String resolveProcessorRepresentation(String appId, String processorPath, Object element)
Component.getRepresentation() instead.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 int getSourceFileLine(Component component)
Copyright © 2024 MuleSoft, Inc.. All rights reserved.