public final class PathParseUtils extends Object
| Constructor and Description |
|---|
PathParseUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Path |
parsePath(ReaderCursor c)
Create a fully qualified name from a ReaderCursor.
|
static Path |
parsePath(String path)
Create a new Path from a String.
|
static String |
readAttribute(ReaderCursor c) |
static long |
readLong(ReaderCursor c) |
public static Path parsePath(ReaderCursor c)
public static Path parsePath(String path)
public static String readAttribute(ReaderCursor c)
public static long readLong(ReaderCursor c)
Copyright © 2015. All rights reserved.