public class DependencyNode extends Object
ComponentModel dependency.| Modifier and Type | Class and Description |
|---|---|
static class |
DependencyNode.Type |
| Constructor and Description |
|---|
DependencyNode(String componentName,
DependencyNode.Type type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getComponentName() |
DependencyNode.Type |
getType() |
int |
hashCode() |
boolean |
isTopLevel() |
public DependencyNode(String componentName, DependencyNode.Type type)
Copyright © 2003–2018 MuleSoft, Inc.. All rights reserved.