public class EndpointStructureNode extends Object
| Constructor and Description |
|---|
EndpointStructureNode(EndpointPathNode pathNode) |
EndpointStructureNode(EndpointPathNode pathNode,
List<EndpointStructureNode> children) |
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(EndpointStructureNode structureNode) |
List<EndpointStructureNode> |
getChildren() |
EndpointPathNode |
getPathNode() |
boolean |
matchesUrlPath(String urlPath) |
String |
toString() |
public EndpointStructureNode(EndpointPathNode pathNode)
public EndpointStructureNode(EndpointPathNode pathNode, List<EndpointStructureNode> children)
public List<EndpointStructureNode> getChildren()
public void addChild(EndpointStructureNode structureNode)
public EndpointPathNode getPathNode()
public boolean matchesUrlPath(String urlPath)
Copyright © 2018 Denim Group, Ltd.; Secure Decisions, A Division of Applied Visions, Inc.. All rights reserved.