public class ContextDto extends NodeDto
Constructor and Description |
---|
ContextDto() |
ContextDto(String name) |
ContextDto(String key,
String id,
String label,
String description,
List<NodeDto> children) |
Modifier and Type | Method and Description |
---|---|
void |
addChild(NodeDto node) |
void |
addRoute(RouteDto node) |
protected ContextDto |
copy() |
void |
setPattern(String pattern) |
getChildren, getProperties, getProperty, setChildren, setProperties, setProperty
addToNodeList, defaultKey, equals, getDescription, getId, getKey, getLabel, getPattern, hashCode, isSupportOutput, setDescription, setId, setKey, setLabel, setSupportOutput, toNodeList, toString
public static final String PATTERN
public ContextDto()
public ContextDto(String key, String id, String label, String description, List<NodeDto> children)
public ContextDto(String name)
protected ContextDto copy()
public void setPattern(String pattern)
setPattern
in class NodeDtoSupport
public void addRoute(RouteDto node)
Copyright © 2016 Red Hat. All rights reserved.