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 |
createFromComponentModel(org.mule.runtime.config.spring.dsl.model.ComponentModel componentModel) |
static org.mule.runtime.api.component.ComponentIdentifier |
createFromNamespaceAndName(String namespace,
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 createFromComponentModel(org.mule.runtime.config.spring.dsl.model.ComponentModel componentModel)
public static org.mule.runtime.api.component.ComponentIdentifier createFromNamespaceAndName(String namespace, 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 © 2017 MuleSoft, Inc.. All rights reserved.