public class ComponentPath extends Object
| Modifier and Type | Field and Description |
|---|---|
static char |
PATH_SEPARATOR |
static String |
SOURCE |
| Constructor and Description |
|---|
ComponentPath(String... path) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static ComponentPath |
getFlowPath(ComponentPath componentPath) |
static ComponentPath |
getFlowRelativeSubPath(ComponentPath componentPath) |
int |
hashCode() |
boolean |
isRoot() |
static boolean |
isSource(ComponentPath componentPath) |
String |
toString() |
static ComponentPath |
valueOf(ComponentPath componentPath,
String name) |
static ComponentPath |
valueOf(String componentPath) |
public static final char PATH_SEPARATOR
public static final String SOURCE
public ComponentPath(String... path)
public static ComponentPath valueOf(String componentPath)
public static boolean isSource(ComponentPath componentPath)
public static ComponentPath valueOf(ComponentPath componentPath, String name)
public boolean isRoot()
public static ComponentPath getFlowPath(ComponentPath componentPath)
public static ComponentPath getFlowRelativeSubPath(ComponentPath componentPath)
Copyright © 2016 MuleSoft, Inc.. All rights reserved.