public class SYIncludeNode extends SYStringNode implements IncludeNode
| Constructor and Description |
|---|
SYIncludeNode(org.yaml.snakeyaml.nodes.ScalarNode scalarNode,
String resourcePath,
ResourceLoader resourceLoader) |
| Modifier and Type | Method and Description |
|---|---|
Node |
copy()
Creates a new copy of this node
|
String |
getIncludedType() |
String |
getIncludePath() |
getType, getValue, toStringgetEndPosition, getLiteralValue, getResourceLoader, getResourcePath, getStartPosition, getYamlNodeaddChild, addChild, annotate, annotations, findAncestorWith, findDescendantsWith, get, getChildren, getParent, getRootNode, getSource, removeChild, removeChildren, replaceTree, replaceWith, setChild, setParent, setSourceclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetLiteralValueaddChild, addChild, annotate, annotations, findAncestorWith, findDescendantsWith, get, getChildren, getEndPosition, getParent, getRootNode, getSource, getStartPosition, removeChild, removeChildren, replaceTree, replaceWith, setChild, setParent, setSourcepublic SYIncludeNode(org.yaml.snakeyaml.nodes.ScalarNode scalarNode,
String resourcePath,
ResourceLoader resourceLoader)
public String getIncludePath()
getIncludePath in interface IncludeNodepublic String getIncludedType()
getIncludedType in interface IncludeNodeCopyright © 2017. All rights reserved.