public class ContextPath extends Object
| Constructor and Description |
|---|
ContextPath() |
ContextPath(ContextPath contextPath) |
ContextPath(IncludeInfo includeInfo) |
| Modifier and Type | Method and Description |
|---|---|
IncludeInfo |
peek() |
IncludeInfo |
pop() |
void |
push(IncludeInfo includeInfo) |
void |
push(org.yaml.snakeyaml.nodes.ScalarNode node) |
void |
push(org.yaml.snakeyaml.nodes.Tag tag) |
void |
pushRoot(String absoluteFile) |
String |
resolveAbsolutePath(String relativeFile) |
static String |
resolveAbsolutePath(String relativeFile,
String parentPath) |
int |
size() |
public ContextPath()
public ContextPath(ContextPath contextPath)
public ContextPath(IncludeInfo includeInfo)
public void pushRoot(String absoluteFile)
public static String resolveAbsolutePath(String relativeFile, String parentPath)
public IncludeInfo peek()
public IncludeInfo pop()
public void push(IncludeInfo includeInfo)
public void push(org.yaml.snakeyaml.nodes.ScalarNode node)
public void push(org.yaml.snakeyaml.nodes.Tag tag)
public int size()
Copyright © 2016. All rights reserved.