Class 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 boolean isFlowRef​(org.mule.runtime.api.component.location.ComponentLocation location)  
      static boolean isSubFlow​(org.mule.runtime.api.component.location.ComponentLocation location)  
    • Constructor Detail

      • ComponentsUtil

        public ComponentsUtil()
    • 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)
      • findComponent

        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)