public class ComponentsUtil extends Object
| Constructor and Description |
|---|
ComponentsUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Optional<org.mule.runtime.api.component.Component> |
findComponent(org.mule.runtime.api.component.ComponentIdentifier identifier,
String location,
org.mule.runtime.api.component.location.ConfigurationComponentLocator configurationComponentLocator) |
static Optional<org.mule.runtime.api.component.location.ComponentLocation> |
findLocation(String location,
org.mule.runtime.api.component.location.ConfigurationComponentLocator configurationComponentLocator) |
static boolean |
isFlowRef(org.mule.runtime.api.component.location.ComponentLocation location) |
static boolean |
isFlowTrace(TraceComponent traceComponent) |
static boolean |
isSubFlow(org.mule.runtime.api.component.location.ComponentLocation location) |
public static Optional<org.mule.runtime.api.component.location.ComponentLocation> findLocation(String location, org.mule.runtime.api.component.location.ConfigurationComponentLocator configurationComponentLocator)
public static boolean isSubFlow(org.mule.runtime.api.component.location.ComponentLocation location)
public static boolean isFlowRef(org.mule.runtime.api.component.location.ComponentLocation location)
public static Optional<org.mule.runtime.api.component.Component> findComponent(org.mule.runtime.api.component.ComponentIdentifier identifier, String location, org.mule.runtime.api.component.location.ConfigurationComponentLocator configurationComponentLocator)
public static boolean isFlowTrace(TraceComponent traceComponent)
Copyright © 2024 AVIO Consulting. All rights reserved.