Class ComponentIdentifierUtils

java.lang.Object
org.mule.datasense.impl.util.ComponentIdentifierUtils

public class ComponentIdentifierUtils extends Object
  • Constructor Details

    • ComponentIdentifierUtils

      public ComponentIdentifierUtils()
  • Method Details

    • createFromNamespaceAndName

      public static org.mule.runtime.api.component.ComponentIdentifier createFromNamespaceAndName(String namespace, String name)
    • createFromNamespaceAndName

      public static org.mule.runtime.api.component.ComponentIdentifier createFromNamespaceAndName(String namespace, String namespaceUri, String name)
    • createProcessorIdLocation

      public static org.mule.runtime.api.component.location.Location createProcessorIdLocation(String flow, String part)
    • createSourceIdLocation

      public static org.mule.runtime.api.component.location.Location createSourceIdLocation(String flow)
    • createConfigLocation

      public static org.mule.runtime.api.component.location.Location createConfigLocation(String config)