public class SYPosition extends AbstractPosition
| Constructor and Description |
|---|
SYPosition(org.yaml.snakeyaml.error.Mark mark,
ResourceLoader resourceLoader,
String resourcePath) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn()
Column number
|
int |
getIndex()
The offset from the begining of the file
|
int |
getLine()
The line line number
|
String |
getPath()
Returns the absolute path of the resource where this position is relative to
|
ResourceLoader |
getResourceLoader() |
leftShift, rightShift, toStringpublic SYPosition(org.yaml.snakeyaml.error.Mark mark,
ResourceLoader resourceLoader,
String resourcePath)
public int getIndex()
Positionpublic int getLine()
Positionpublic int getColumn()
Position@Nonnull public String getPath()
Position@Nonnull public ResourceLoader getResourceLoader()
Copyright © 2016. All rights reserved.