public class ComponentIdentifierUtils extends Object
| Constructor and Description |
|---|
ComponentIdentifierUtils() |
| Modifier and Type | Method and Description |
|---|---|
static org.mule.runtime.api.component.location.Location |
createConfigLocation(String config) |
static org.mule.runtime.api.component.ComponentIdentifier |
createFromNamespaceAndName(String namespace,
String name) |
static org.mule.runtime.api.component.ComponentIdentifier |
createFromNamespaceAndName(String namespace,
String namespaceUri,
String name) |
static org.mule.runtime.api.component.location.Location |
createProcessorIdLocation(String flow,
String part) |
static org.mule.runtime.api.component.location.Location |
createSourceIdLocation(String flow) |
public static org.mule.runtime.api.component.ComponentIdentifier createFromNamespaceAndName(String namespace, String name)
public static org.mule.runtime.api.component.ComponentIdentifier createFromNamespaceAndName(String namespace, String namespaceUri, String name)
public static org.mule.runtime.api.component.location.Location createProcessorIdLocation(String flow, String part)
public static org.mule.runtime.api.component.location.Location createSourceIdLocation(String flow)
public static org.mule.runtime.api.component.location.Location createConfigLocation(String config)
Copyright © 2022 MuleSoft, Inc.. All rights reserved.