Class ComponentsUtil
- java.lang.Object
-
- com.avioconsulting.mule.opentelemetry.internal.util.ComponentsUtil
-
public class ComponentsUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description ComponentsUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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 booleanisFlowRef(org.mule.runtime.api.component.location.ComponentLocation location)static booleanisSubFlow(org.mule.runtime.api.component.location.ComponentLocation location)
-
-
-
Method Detail
-
findLocation
public static Optional<org.mule.runtime.api.component.location.ComponentLocation> findLocation(String location, org.mule.runtime.api.component.location.ConfigurationComponentLocator configurationComponentLocator)
-
isSubFlow
public static boolean isSubFlow(org.mule.runtime.api.component.location.ComponentLocation location)
-
isFlowRef
public static boolean isFlowRef(org.mule.runtime.api.component.location.ComponentLocation location)
-
-