public interface ComponentLocation
LocationParts in FLOW_NAME/processors/1 are:
| Modifier and Type | Method and Description |
|---|---|
TypedComponentIdentifier |
getComponentIdentifier() |
Optional<String> |
getFileName() |
Optional<Integer> |
getLineInFile() |
String |
getLocation() |
List<LocationPart> |
getParts() |
String |
getRootContainerName()
Gets the name of the root containing element.
|
String getLocation()
Optional<String> getFileName()
Optional<Integer> getLineInFile()
List<LocationPart> getParts()
TypedComponentIdentifier getComponentIdentifier()
ComponentIdentifier of the component associated with this locationString getRootContainerName()
this location. Non-null.Copyright © 2017 MuleSoft, Inc.. All rights reserved.